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 pitrou
Recipients docs@python, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-06-13.11:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497352055.09.0.84019888625.issue30051@psf.upfronthosting.co.za>
In-reply-to
Content
This is true, but it's by design.  If you want a specific random sequence (which is the primary use case for specific instances), you don't want fork() to mess with the random sequence.
History
Date User Action Args
2017-06-13 11:07:35pitrousetrecipients: + pitrou, rhettinger, vstinner, docs@python, serhiy.storchaka
2017-06-13 11:07:35pitrousetmessageid: <1497352055.09.0.84019888625.issue30051@psf.upfronthosting.co.za>
2017-06-13 11:07:35pitroulinkissue30051 messages
2017-06-13 11:07:35pitroucreate