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 700eb415, Arfrever, alex, anand.jeyahar, christian.heimes, josh.r, jwilk, neologix, pitrou, python-dev, vstinner
Date 2015-03-19.12:43:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426768997.66.0.747655129959.issue22181@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, test_os now fails on Linux because os.urandom() doesn't use a file descriptor anymore. The test should be skipped when getrandom() is used. The test is already skipped when getentropy() is used.
History
Date User Action Args
2015-03-19 12:43:17vstinnersetrecipients: + vstinner, pitrou, christian.heimes, jwilk, Arfrever, alex, neologix, python-dev, anand.jeyahar, josh.r, 700eb415
2015-03-19 12:43:17vstinnersetmessageid: <1426768997.66.0.747655129959.issue22181@psf.upfronthosting.co.za>
2015-03-19 12:43:17vstinnerlinkissue22181 messages
2015-03-19 12:43:17vstinnercreate