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 pitrou
Recipients mark.dickinson, nnorwitz, pitrou, r.david.murray, srid
Date 2009-10-29.15:34:55
SpamBayes Score 0.015862728
Marked as misclassified No
Message-id <1256830497.2.0.253830813989.issue4970@psf.upfronthosting.co.za>
In-reply-to
Content
Sridhar, Neal, I would advocate disabling (commenting out)
test_closerange in Lib/test/test_os.py and see what happens.

That's the one really dirty test in test_os, it might close a file
handle linuxthreads is relying on.
History
Date User Action Args
2009-10-29 15:34:57pitrousetrecipients: + pitrou, nnorwitz, mark.dickinson, r.david.murray, srid
2009-10-29 15:34:57pitrousetmessageid: <1256830497.2.0.253830813989.issue4970@psf.upfronthosting.co.za>
2009-10-29 15:34:55pitroulinkissue4970 messages
2009-10-29 15:34:55pitroucreate