]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)
authorGuido van Rossum <guido@python.org>
Wed, 5 Oct 2022 06:49:10 +0000 (23:49 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 06:49:10 +0000 (23:49 -0700)
commit8079bef56f2249ecedafe0be5a6d7a120a7f3ac3
tree728a3afbab702ee4442a12d620ccd3e390a0a0ed
parentc70c8b69762f720377adaf22f2e5ec6496a7be53
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_futures2.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-09-18-04-51-30.gh-issue-96704.DmamRX.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h