Message211501
If I add a sleep of 1 second before stdin.write(), the test always fail with OSError(22, "Invalid parameter"). So it becomes obvious that the write fails if the process already exited.
Attached patch should fix the issue. Can someone review it?
The test fails also on Python 3.3. |
|
Date |
User |
Action |
Args |
2014-02-18 09:40:41 | vstinner | set | recipients:
+ vstinner, gvanrossum, pitrou, tim.golden, neologix |
2014-02-18 09:40:41 | vstinner | set | messageid: <1392716441.66.0.977323063086.issue19612@psf.upfronthosting.co.za> |
2014-02-18 09:40:41 | vstinner | link | issue19612 messages |
2014-02-18 09:40:41 | vstinner | create | |
|