cpython/Lib/asyncio
Victor Stinner 83bdfa08f7 asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Do nothing if the pipe is already closed. _loop_writing() may call
_force_close() when it gets ConnectionResetError.
2014-02-04 08:57:48 +01:00
..
__init__.py
base_events.py
base_subprocess.py
constants.py
events.py
futures.py
locks.py
log.py
proactor_events.py asyncio: Fix _ProactorWritePipeTransport._pipe_closed() 2014-02-04 08:57:48 +01:00
protocols.py
queues.py
selector_events.py
streams.py
subprocess.py asyncio.subprocess: Replace Process.get_subprocess() method with a 2014-02-03 23:08:14 +01:00
tasks.py
test_utils.py
transports.py
unix_events.py
windows_events.py
windows_utils.py