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 lemburg
Recipients christian.heimes, larry, lemburg
Date 2016-06-09.08:12:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465459923.75.0.96895385505.issue27279@psf.upfronthosting.co.za>
In-reply-to
Content
Some resources:

 * getrandom() man page:
   http://man7.org/linux/man-pages/man2/getrandom.2.html

 * nice readup on how getrandom() was introduced:
   https://lwn.net/Articles/606141/

 * random devices implementation on Linux:
   http://lxr.free-electrons.com/source/drivers/char/random.c

 * getrandom() implementation on Linux:
   http://lxr.free-electrons.com/source/drivers/char/random.c#L1601
   (built straight on opt of the device APIs)
History
Date User Action Args
2016-06-09 08:12:03lemburgsetrecipients: + lemburg, larry, christian.heimes
2016-06-09 08:12:03lemburgsetmessageid: <1465459923.75.0.96895385505.issue27279@psf.upfronthosting.co.za>
2016-06-09 08:12:03lemburglinkissue27279 messages
2016-06-09 08:12:03lemburgcreate