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 larry
Recipients Lukasa, Theodore Tso, christian.heimes, dstufft, larry, lemburg, martin.panter, ncoghlan, vstinner
Date 2016-06-09.09:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465463740.69.0.0215957972177.issue27266@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, I found how to start a task before the user login, and os.urandom() still works: it produces 16 bytes immediatly (in 0.0 second).

Just to confirm: that's a fresh Windows VM, never been booted before ever?  If it had ever been booted before, it might be saving its entropy pools to the hard disk at shutdown.

If you do the experiment a second time with another copy of the same fresh VM, does it generate the same 16 bytes?
History
Date User Action Args
2016-06-09 09:15:40larrysetrecipients: + larry, lemburg, ncoghlan, vstinner, christian.heimes, martin.panter, dstufft, Lukasa, Theodore Tso
2016-06-09 09:15:40larrysetmessageid: <1465463740.69.0.0215957972177.issue27266@psf.upfronthosting.co.za>
2016-06-09 09:15:40larrylinkissue27266 messages
2016-06-09 09:15:40larrycreate