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 serhiy.storchaka
Recipients docs@python, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-17.07:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492414609.74.0.877353433262.issue30051@psf.upfronthosting.co.za>
In-reply-to
Content
os.fork() documentation contains a warning that refers to ssl documentation where the use of OpenSSL’s internal random number generator in forked processes is documented more detailed. I think the same should be added for the random module.
History
Date User Action Args
2017-04-17 07:36:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner, docs@python
2017-04-17 07:36:49serhiy.storchakasetmessageid: <1492414609.74.0.877353433262.issue30051@psf.upfronthosting.co.za>
2017-04-17 07:36:49serhiy.storchakalinkissue30051 messages
2017-04-17 07:36:49serhiy.storchakacreate