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, ned.deily, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-17.13:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426600205.5.0.259237678226.issue23458@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, so Python 3.4 works as expected on Mac OS X 10.4. It's probably because Python 3.4 uses ioctl() if available. Maybe ioctl() works, but not fcntl().

os.urandom() only *tries* to make the file descriptor non-inheritable. It would be possible to backport some features of the PEP 446 but the code would be much more complex.

Please apply issue23458_tiger.patch, it's ok to skip the test.
History
Date User Action Args
2015-03-17 13:50:05vstinnersetrecipients: + vstinner, rhettinger, pitrou, ned.deily, alex, python-dev, serhiy.storchaka, koobs, emaste, Pavel.Labath
2015-03-17 13:50:05vstinnersetmessageid: <1426600205.5.0.259237678226.issue23458@psf.upfronthosting.co.za>
2015-03-17 13:50:05vstinnerlinkissue23458 messages
2015-03-17 13:50:05vstinnercreate