cpython/Lib/asyncio
Miss Islington (bot) 5987ebc774
[3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562)
gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508)
(cherry picked from commit 5804ee7b46)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-05-23 04:56:14 +00:00
..
__init__.py
__main__.py [3.13] gh-128231: Use runcode() return value for failing early (GH-129488) (#130513) 2025-03-28 13:11:45 +02:00
base_events.py [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) 2025-05-18 06:50:07 -07:00
base_futures.py
base_subprocess.py [3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562) 2025-05-23 04:56:14 +00:00
base_tasks.py
constants.py
coroutines.py
events.py [3.13] gh-128308: pass **kwargs to asyncio task_factory (GH-128768) (#130084) 2025-02-14 22:04:17 +05:30
exceptions.py
format_helpers.py
futures.py
locks.py [3.13] gh-129403: Fix ValueError messages in asyncio.Barrier and threading.Barrier (GH-129419) (#129468) 2025-01-30 09:33:30 +00:00
log.py
mixins.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py [3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129581) 2025-02-02 16:12:12 +00:00
sslproto.py
staggered.py [3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227) 2025-01-23 22:16:02 +01:00
streams.py
subprocess.py
taskgroups.py [3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations (GH-129063) (#129089) 2025-01-20 17:36:50 +00:00
tasks.py
threads.py
timeouts.py
transports.py
trsock.py
unix_events.py
windows_events.py
windows_utils.py