Message217739
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. |
|
| Date |
User |
Action |
Args |
| 2014-05-02 01:41:48 | martin.panter | set | recipients:
+ martin.panter, gregory.p.smith, jwilk, akira, raylu |
| 2014-05-02 01:41:47 | martin.panter | set | messageid: <1398994907.91.0.550194367474.issue21332@psf.upfronthosting.co.za> |
| 2014-05-02 01:41:47 | martin.panter | link | issue21332 messages |
| 2014-05-02 01:41:46 | martin.panter | create | |
|