]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 9 Jul 2025 07:55:46 +0000 (00:55 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 07:55:46 +0000 (13:25 +0530)
commit797abd1f7fdeb744bf9f683ef844e7279aad3d72
tree69b98e2c08cd336fafbb2c3c1ad5604c13b02dac
parentf1dcf3c7bf90961b8d5475154d3f28cfef0a054f
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
47 files changed:
Lib/asyncio/__init__.py
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/test/libregrtest/save_env.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_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.py
Lib/test/test_unittest/test_async_case.py
Lib/test/test_unittest/testmock/testasync.py
Misc/NEWS.d/next/Library/2025-05-25-11-02-05.gh-issue-134657.3YFhR9.rst [new file with mode: 0644]