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 Luke Campagnola
Recipients Luke Campagnola
Date 2017-04-29.08:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493454286.16.0.292921069462.issue30203@psf.upfronthosting.co.za>
In-reply-to
Content
Update:  this appears to be the prior exception that causes _communication_started and _fileobj2ouput to be out of sync:

  File "/usr/lib/python3.5/subprocess.py", line 1072, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
  File "/usr/lib/python3.5/subprocess.py", line 1672, in _communicate
    self.stdin.flush()
ValueError: flush of closed file
History
Date User Action Args
2017-04-29 08:24:46Luke Campagnolasetrecipients: + Luke Campagnola
2017-04-29 08:24:46Luke Campagnolasetmessageid: <1493454286.16.0.292921069462.issue30203@psf.upfronthosting.co.za>
2017-04-29 08:24:46Luke Campagnolalinkissue30203 messages
2017-04-29 08:24:46Luke Campagnolacreate