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 martin.panter
Recipients akira, gregory.p.smith, jwilk, martin.panter, raylu
Date 2014-05-02.01:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398994907.91.0.550194367474.issue21332@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps you can avoid the 10 s deadlock timeout and threading in your test by closing the underlying input pipe file descriptor (or raw file object), without flushing it.

Also, it seems to me that “line_buffering=True” is redundant with “write_through=True”. I’m not super familiar with the new write-through mode though, so I could be wrong. Perhaps the change in “subprocess.py” may not be needed at least once Issue 21396 is fixed.
History
Date User Action Args
2014-05-02 01:41:48martin.pantersetrecipients: + martin.panter, gregory.p.smith, jwilk, akira, raylu
2014-05-02 01:41:47martin.pantersetmessageid: <1398994907.91.0.550194367474.issue21332@psf.upfronthosting.co.za>
2014-05-02 01:41:47martin.panterlinkissue21332 messages
2014-05-02 01:41:46martin.pantercreate