]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127949: remove asyncio policy system (#150310)
authorKumar Aditya <kumaraditya@python.org>
Sat, 27 Jun 2026 07:16:50 +0000 (12:46 +0530)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 07:16:50 +0000 (12:46 +0530)
commitb3154aa4507f6d2612c128e912860be963dbff1a
tree37854807e0157d5e0fbc1c027f25f4b3bd61bcb1
parentfd63e21c0b190812556696211ef6bbe286b92075
gh-127949: remove asyncio policy system (#150310)
68 files changed:
Doc/deprecations/pending-removal-in-3.16.rst
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-llapi-index.rst
Doc/library/asyncio-policy.rst [deleted file]
Doc/library/asyncio-runner.rst
Doc/library/asyncio.rst
Doc/tools/check-html-ids.py
Doc/tools/removed-ids.txt
Doc/whatsnew/3.14.rst
Doc/whatsnew/3.16.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/__init__.py
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/libregrtest/save_env.py
Lib/test/support/__init__.py
Lib/test/test_asyncgen.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_buffered_proto.py
Lib/test/test_asyncio/test_context.py
Lib/test/test_asyncio/test_eager_task_factory.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_free_threading.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_futures2.py
Lib/test/test_asyncio/test_graph.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_protocols.py
Lib/test/test_asyncio/test_queues.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_sendfile.py
Lib/test/test_asyncio/test_server.py
Lib/test/test_asyncio/test_server_context.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_ssl.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_staggered.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_taskgroups.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/test_threads.py
Lib/test/test_asyncio/test_timeouts.py
Lib/test/test_asyncio/test_transports.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_asyncio/test_waitfor.py
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_asyncio/test_windows_utils.py
Lib/test/test_asyncio/utils.py
Lib/test/test_concurrent_futures/test_interpreter_pool.py
Lib/test/test_coroutines.py
Lib/test/test_inspect/test_inspect.py
Lib/test/test_logging.py
Lib/test/test_os/test_os.py
Lib/test/test_pdb.py
Lib/test/test_unittest/test_async_case.py
Lib/test/test_unittest/testmock/testasync.py
Lib/unittest/async_case.py
Misc/NEWS.d/next/Library/2026-05-19-11-42-37.gh-issue-127949.Ab3kZq.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Modules/clinic/_asynciomodule.c.h