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 dstufft, jbeck, python-dev, tim.peters, vstinner
Date 2015-10-01.08:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443686786.5.0.228634821984.issue25003@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I pushed fixes for Python 2.7, 3.4, 3.5 and 3.6.

Summary for Solaris:

- Python 2.7, 3.4: read from /dev/urandom (use a private file descriptor)
- Python 3.5, 3.6: use the getrandom() function on Solaris 11.3 and newer (no file descriptor), or fallback on reading from /dev/urandom (use a private file descriptor)

getentropy() is no more used on Solaris.

@John Beck: It would be great if you could run test_os on the development branches 2.7, 3.4, 3.5 and default (3.6).
History
Date User Action Args
2015-10-01 08:06:26vstinnersetrecipients: + vstinner, tim.peters, python-dev, dstufft, jbeck
2015-10-01 08:06:26vstinnersetmessageid: <1443686786.5.0.228634821984.issue25003@psf.upfronthosting.co.za>
2015-10-01 08:06:26vstinnerlinkissue25003 messages
2015-10-01 08:06:26vstinnercreate