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, christian.heimes, grooverdan, kwirk, neologix, pitrou, python-dev, rhettinger, vstinner
Date 2014-04-26.12:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gGBYz0Wgnz7Lk6@mail.python.org>
In-reply-to
Content
New changeset a66524ce9551 by Antoine Pitrou in branch '3.4':
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.
http://hg.python.org/cpython/rev/a66524ce9551

New changeset d3e8db93dc18 by Antoine Pitrou in branch 'default':
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.
http://hg.python.org/cpython/rev/d3e8db93dc18
History
Date User Action Args
2014-04-26 12:36:08python-devsetrecipients: + python-dev, rhettinger, pitrou, vstinner, christian.heimes, alex, grooverdan, neologix, kwirk
2014-04-26 12:36:08python-devlinkissue21207 messages
2014-04-26 12:36:07python-devcreate