This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, larry, vajrasky, vstinner, yselivanov
Date 2014-02-20.09:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392887600.13.0.717007866653.issue20648@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   89300:c3abdf016b18
tag:         tip
user:        Victor Stinner <victor.stinner@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.
History
Date User Action Args
2014-02-20 09:13:20vstinnersetrecipients: + vstinner, gvanrossum, larry, yselivanov, vajrasky
2014-02-20 09:13:20vstinnersetmessageid: <1392887600.13.0.717007866653.issue20648@psf.upfronthosting.co.za>
2014-02-20 09:13:20vstinnerlinkissue20648 messages
2014-02-20 09:13:19vstinnercreate