STINNER Victor added the comment:

changeset:   89300:c3abdf016b18
tag:         tip
user:        Victor Stinner <victor.stin...@gmail.com>
date:        Thu Feb 20 10:12:59 2014 +0100
files:       Lib/asyncio/subprocess.py
description:
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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20648>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to