commit | fcd58de78f72ca114707b78e448397d6dbe2ad5d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 13:40:27 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 13:40:27 2015 +0100 |
tree | e97ebde79b733878aa77039018b339e6c4fc74ed | |
parent | 79c93ba47b1bd638989c60726eb6d9467c47308c [diff] |
asyncio: Fix _ProactorBasePipeTransport.close() Set the _read_fut attribute to None after cancelling it. This change should fix a race condition with _ProactorWritePipeTransport._pipe_closed().