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 alex
Recipients alex, benjamin.peterson, dstufft
Date 2014-12-26.16:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419610873.69.0.17447907262.issue23115@psf.upfronthosting.co.za>
In-reply-to
Content
This makes the urandom codebase easier to maintain by allowing porting patches between 2.7 and 3.x easier; it also improves support for the OpenBSD platform.

Support for porting patches is not just a theoretical concern, it's likely that Linux's getrandom() will be supported at some point; like getentropy() it's useful because it's less error prone, and works in chroots and other environments that don't explicitly set up the /dev/urandom device.
History
Date User Action Args
2014-12-26 16:21:13alexsetrecipients: + alex, benjamin.peterson, dstufft
2014-12-26 16:21:13alexsetmessageid: <1419610873.69.0.17447907262.issue23115@psf.upfronthosting.co.za>
2014-12-26 16:21:13alexlinkissue23115 messages
2014-12-26 16:21:13alexcreate