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 christian.heimes, iwings, ncoghlan, python-dev, vstinner
Date 2016-09-20.20:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160920205240.81351.35111.17CE6C0D@psf.io>
In-reply-to
Content
New changeset 41e9e711b9b5 by Victor Stinner in branch '3.5':
Cleanup random.c
https://hg.python.org/cpython/rev/41e9e711b9b5

New changeset ddc54f08bdfa by Victor Stinner in branch '3.5':
Catch EPERM error in py_getrandom()
https://hg.python.org/cpython/rev/ddc54f08bdfa

New changeset 27d05bb6f832 by Victor Stinner in branch '3.6':
(Merge 3.5) Catch EPERM error in py_getrandom()
https://hg.python.org/cpython/rev/27d05bb6f832
History
Date User Action Args
2016-09-20 20:52:43python-devsetrecipients: + python-dev, ncoghlan, vstinner, christian.heimes, iwings
2016-09-20 20:52:43python-devlinkissue27955 messages
2016-09-20 20:52:43python-devcreate