cpython/Lib/test/test_asyncio
Victor Stinner 004adb91f6 asyncio: Move loop attribute to _FlowControlMixin
Move the _loop attribute from the constructor of _SelectorTransport,
_ProactorBasePipeTransport and _UnixWritePipeTransport classes to the
constructor of the _FlowControlMixin class.

Add also an assertion to explicit that the parent class must ensure that the
loop is defined (not None)
2014-11-05 15:27:41 +01:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py Issue #22186: Fix typos in Lib/. 2014-10-19 18:04:38 +03:00
test_events.py Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. 2014-10-15 16:58:21 +02:00
test_futures.py
test_locks.py
test_proactor_events.py
test_queues.py
test_selector_events.py
test_streams.py
test_subprocess.py
test_tasks.py asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module 2014-09-25 19:12:10 -04:00
test_transports.py asyncio: Move loop attribute to _FlowControlMixin 2014-11-05 15:27:41 +01:00
test_unix_events.py
test_windows_events.py
test_windows_utils.py Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if 2014-10-14 22:56:25 +02:00