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 alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, josh.r, ncoghlan, neologix, tshepang, vstinner
Date 2014-04-29.08:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYty39YLM_-Ge06mNb9TucBJaGXF7HqC0oABuDRy36oxA@mail.gmail.com>
In-reply-to <CAH_1eM0XDZCGZmZQU5=DKKfhrrnsU_Rqz=-Otxfni-SsxsRagg@mail.gmail.com>
Content
> (and I don't know how it
> works on Windows).

On Windows, the OS CryptoAPI is used and a handle is kept open between
calls to os.urandom. On Windows, I don't think that it's a an issue to keep
a handle open. Handle are not sequential numbers and users don't manipulate
them directly.
History
Date User Action Args
2014-04-29 08:41:12vstinnersetrecipients: + vstinner, ncoghlan, janssen, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, neologix, tshepang, dstufft, josh.r
2014-04-29 08:41:11vstinnerlinkissue21305 messages
2014-04-29 08:41:11vstinnercreate