diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 10:12:59 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 10:12:59 +0100 |
commit | cdb476bd438c7befec98913a6f1e770edd2f11a8 (patch) | |
tree | 4a70fbd9b013a6f587dff484dcb37ac9008f6d9b /Lib/asyncio/tasks.py | |
parent | 88a928b6142c0ab3a9ab799b1652bb6d64e7face (diff) | |
download | cpython-git-cdb476bd438c7befec98913a6f1e770edd2f11a8.tar.gz |
asyncio.subprocess: Fix a race condition in communicate()
Use self._loop instead of self._transport._loop, because transport._loop is set
to None at process exit.
Diffstat (limited to 'Lib/asyncio/tasks.py')
0 files changed, 0 insertions, 0 deletions