cpython/Lib/asyncio
Miss Islington (bot) bd2c60f8c2
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117209)
(cherry picked from commit f11d0d8be8)

Co-authored-by: Erik Soma <stillusingirc@gmail.com>
2024-03-25 12:21:31 +02:00
..
__init__.py
__main__.py
base_events.py [3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (GH-115622) (#115641) 2024-02-19 00:17:40 +00:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046) 2024-01-14 02:15:06 +00:00
coroutines.py
events.py [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114046) 2024-01-14 02:15:06 +00:00
exceptions.py
format_helpers.py
futures.py
locks.py
log.py
mixins.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py [3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114829) 2024-02-01 01:00:09 +00:00
sslproto.py [3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#114829) 2024-02-01 01:00:09 +00:00
staggered.py
streams.py [3.12] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113713) 2024-01-04 20:51:53 +00:00
subprocess.py
taskgroups.py
tasks.py [3.12] chore: fix typos (#116345) (#116370) 2024-03-05 18:51:17 +00:00
threads.py
timeouts.py
transports.py
trsock.py
unix_events.py
windows_events.py [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117209) 2024-03-25 12:21:31 +02:00
windows_utils.py