]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97696: asyncio eager tasks factory (#102853)
authorItamar Ostricher <itamarost@gmail.com>
Mon, 1 May 2023 21:10:13 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 21:10:13 +0000 (15:10 -0600)
commita474e04388c2ef6aca75c26cb70a1b6200235feb
tree43520d5ad16016620f149dc1e84d4d57e45051d5
parent59bc36aacddd5a3acd32c80c0dfd0726135a7817
gh-97696: asyncio eager tasks factory (#102853)

Co-authored-by: Jacob Bower <jbower@meta.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
12 files changed:
Doc/library/asyncio-task.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/asyncio/base_tasks.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_eager_task_factory.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2023-03-15-12-18-07.gh-issue-97696.DtnpIC.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h