Message139811
subprocess.Popen.communicate() doesn't catch EINTR error if it is called without timeout and if there is only one PIPE (stdout or stderr).
Attached patch fixes these cases. It may need a test.
I found this bug while working on test_signal, especially on the inter process signal tests. |
|
Date |
User |
Action |
Args |
2011-07-04 22:03:10 | vstinner | set | recipients:
+ vstinner |
2011-07-04 22:03:10 | vstinner | set | messageid: <1309816990.23.0.880296531528.issue12493@psf.upfronthosting.co.za> |
2011-07-04 22:03:09 | vstinner | link | issue12493 messages |
2011-07-04 22:03:09 | vstinner | create | |
|