cpython/Lib/asyncio
Miss Islington (bot) acea9d8e87
[3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114442)
(cherry picked from commit a53e56e7d8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
2024-01-22 17:20:01 +00:00
..
__init__.py
__main__.py
base_events.py [3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server() (GH-114420) (GH-114442) 2024-01-22 17:20:01 +00:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045) 2024-01-14 02:14:51 +00:00
coroutines.py
events.py [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045) 2024-01-14 02:14:51 +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
sslproto.py [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045) 2024-01-14 02:14:51 +00:00
staggered.py
streams.py [3.11] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113714) 2024-01-04 20:39:52 +00:00
subprocess.py
taskgroups.py [3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111172) 2023-10-21 19:40:07 +00:00
tasks.py
threads.py
timeouts.py [3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111111) (GH-111172) 2023-10-21 19:40:07 +00:00
transports.py
trsock.py
unix_events.py [3.11] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884) (#111413) 2023-10-27 16:36:24 -07:00
windows_events.py
windows_utils.py