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, ncoghlan, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-01-06.10:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170106104036.6251.42636.73C14B2D@psf.io>
In-reply-to
Content
New changeset 140f0459fe80 by Victor Stinner in branch 'default':
Issue #29157: dev_urandom() now calls py_getentropy()
https://hg.python.org/cpython/rev/140f0459fe80

New changeset 69b23952d122 by Victor Stinner in branch 'default':
Issue #29157: Simplify dev_urandom()
https://hg.python.org/cpython/rev/69b23952d122

New changeset 46ca697c6f26 by Victor Stinner in branch 'default':
Issue #29157: getrandom() is now preferred over getentropy()
https://hg.python.org/cpython/rev/46ca697c6f26

New changeset 4c11a01fa881 by Victor Stinner in branch 'default':
py_getentropy() now supports ENOSYS, EPERM & EINTR
https://hg.python.org/cpython/rev/4c11a01fa881

New changeset 4edd6cbf9abf by Victor Stinner in branch 'default':
Issue #29157: enhance py_getrandom() documentation
https://hg.python.org/cpython/rev/4edd6cbf9abf
History
Date User Action Args
2017-01-06 10:40:39python-devsetrecipients: + python-dev, ncoghlan, vstinner, christian.heimes, serhiy.storchaka, xiang.zhang
2017-01-06 10:40:39python-devlinkissue29157 messages
2017-01-06 10:40:39python-devcreate