cpython/Lib/asyncio
Miss Islington (bot) d89283b3e7
[3.12] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124849)
* gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595)
(cherry picked from commit 67e01a430f)

Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>


---------

Co-authored-by: Bartosz Sławecki <bartoszpiotrslawecki@gmail.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
2024-10-28 15:25:00 +01:00
..
__init__.py
__main__.py [3.12] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124849) 2024-10-28 15:25:00 +01:00
base_events.py [3.12] gh-124858: fix happy eyeballs refcyles (GH-124859) (#124913) 2024-10-23 12:34:11 -07:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py
exceptions.py
format_helpers.py
futures.py [3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#125466) 2024-10-16 21:45:59 -07:00
locks.py
log.py
mixins.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py
sslproto.py [3.12] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125932) 2024-10-26 22:02:07 +05:30
staggered.py [3.12] gh-124858: fix happy eyeballs refcyles (GH-124859) (#124913) 2024-10-23 12:34:11 -07:00
streams.py
subprocess.py
taskgroups.py [3.12] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) (#125466) 2024-10-16 21:45:59 -07:00
tasks.py
threads.py
timeouts.py
transports.py
trsock.py
unix_events.py
windows_events.py
windows_utils.py