Luke Campagnola added the comment:

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

----------

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

Reply via email to