Comment 5 for bug 1079612

Revision history for this message
Dirk Mueller (dmllr) wrote :

With this patch applied I get test failures:

[100094s] ======================================================================
[100094s] FAIL: test_close_fds (test.test_subprocess.POSIXProcessTestCase)
[100094s] ----------------------------------------------------------------------
[100094s] Traceback (most recent call last):
[100094s] File "/home/abuild/rpmbuild/BUILD/Python-3.3.0/Lib/test/test_subprocess.py", line 1533, in test_close_fds
[100094s] "Some fds were left open")
[100094s] AssertionError: {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13} is not false : Some fds were left open
[100094s]