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 donmez
Recipients donmez, pitrou, vstinner
Date 2013-03-08.19:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362770974.28.0.843853346388.issue12466@psf.upfronthosting.co.za>
In-reply-to
Content
We are now hitting this on openSUSE 12.3, here is the relevant log (ignore the timestamps) :

[ 1041s] ======================================================================
[ 1041s] FAIL: test_close_fds (test.test_subprocess.POSIXProcessTestCase)
[ 1041s] ----------------------------------------------------------------------
[ 1041s] Traceback (most recent call last):
[ 1041s]   File "/home/abuild/rpmbuild/BUILD/Python-3.Lib/test/test_subprocess.py", line 1533, in test_close_fds
[ 1041s]     "Some fds were left open")
[ 1041s] AssertionError: {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13} is not false : Some fds were left open
[ 1041s] 
[ 1041s] ======================================================================
[ 1041s] FAIL: test_pass_fds (test.test_subprocess.POSIXProcessTestCase)
[ 1041s] ----------------------------------------------------------------------
[ 1041s] Traceback (most recent call last):
[ 1041s]   File "/home/abuild/rpmbuild/BUILD/Python-3.Lib/test/support.py", line 457, in wrapper
[ 1041s]     return func(*args, **kw)
[ 1041s]   File "/home/abuild/rpmbuild/BUILD/Python-3.Lib/test/test_subprocess.py", line 1576, in test_pass_fds
[ 1041s]     "fd to be closed passed")
[ 1041s] AssertionError: {4, 5, 6, 7, 8, 9, 10, 11, 12} is not false : fd to be closed passed

This is Python 3.3.0 and Linux 3.7 on 64bit.
History
Date User Action Args
2013-03-08 19:29:34donmezsetrecipients: + donmez, pitrou, vstinner
2013-03-08 19:29:34donmezsetmessageid: <1362770974.28.0.843853346388.issue12466@psf.upfronthosting.co.za>
2013-03-08 19:29:34donmezlinkissue12466 messages
2013-03-08 19:29:33donmezcreate