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 python-dev
Recipients alex, benjamin.peterson, dstufft, python-dev
Date 2015-03-30.09:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150330092300.27950.35419@psf.io>
In-reply-to
Content
New changeset 05b96af72805 by Victor Stinner in branch '2.7':
Issue #23115: os.urandom() now releases the GIL when the getentropy() is used
https://hg.python.org/cpython/rev/05b96af72805
History
Date User Action Args
2015-03-30 09:23:03python-devsetrecipients: + python-dev, benjamin.peterson, alex, dstufft
2015-03-30 09:23:03python-devlinkissue23115 messages
2015-03-30 09:23:03python-devcreate