diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-29 00:36:51 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-29 00:36:51 +0100 |
commit | fa73779b0a54211e99bd1e76511f30352c7055e9 (patch) | |
tree | 0abf1f81f382ddd5771db6b49d798e2a27d1eeaa /Lib/asyncio/base_subprocess.py | |
parent | f07801bb17f8089dc8b8a4d2beafba7c497af900 (diff) | |
download | cpython-git-fa73779b0a54211e99bd1e76511f30352c7055e9.tar.gz |
asyncio: Fix _SelectorSocketTransport constructor
Only start reading when connection_made() has been called:
protocol.data_received() must not be called before protocol.connection_made().
Diffstat (limited to 'Lib/asyncio/base_subprocess.py')
0 files changed, 0 insertions, 0 deletions