cpython/Lib/asyncio
Miss Islington (bot) 3887932e10
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553)
This slightly expands an existing test case `test_popen_error` to trigger a `ResourceWarning` and fixes it.

https://bugs.python.org/issue35721
(cherry picked from commit 9932fd91e8)

Co-authored-by: Niklas Fiekas <niklas.fiekas@backscattering.de>
2019-05-20 05:35:56 -07:00
..
__init__.py
base_events.py bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271) 2019-05-17 02:05:19 -07:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py
format_helpers.py
futures.py
locks.py
log.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) 2019-05-07 10:45:53 -07:00
sslproto.py bpo-34745: Fix asyncio sslproto memory issues (GH-12386) 2019-03-17 16:09:14 -07:00
streams.py Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328) 2019-05-14 22:29:54 +02:00
subprocess.py Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)" (GH-13328) 2019-05-14 22:29:54 +02:00
tasks.py bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-10340) 2019-05-07 12:38:00 -07:00
transports.py
unix_events.py bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) 2019-05-20 05:35:56 -07:00
windows_events.py
windows_utils.py