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 vstinner
Recipients Pavel.Labath, alex, emaste, koobs, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-02-24.13:32:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424784730.08.0.0584420719251.issue23458@psf.upfronthosting.co.za>
In-reply-to
Content
I simplified the patch on random.c to avoid O_CLOEXEC, there is no need to have an atomic operation.

I also fixed the test: it now uses two subprocesses, to avoid inheritable file descriptors created by the Python test suite.

Thanks for the report.
History
Date User Action Args
2015-02-24 13:32:10vstinnersetrecipients: + vstinner, rhettinger, pitrou, alex, python-dev, serhiy.storchaka, koobs, emaste, Pavel.Labath
2015-02-24 13:32:10vstinnersetmessageid: <1424784730.08.0.0584420719251.issue23458@psf.upfronthosting.co.za>
2015-02-24 13:32:10vstinnerlinkissue23458 messages
2015-02-24 13:32:09vstinnercreate