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 rhettinger
Recipients docs@python, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-17.11:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492429597.59.0.648426769235.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.

+1 It is reasonable to extend the docs for os.fork().
History
Date User Action Args
2017-04-17 11:46:37rhettingersetrecipients: + rhettinger, pitrou, vstinner, docs@python, serhiy.storchaka
2017-04-17 11:46:37rhettingersetmessageid: <1492429597.59.0.648426769235.issue30051@psf.upfronthosting.co.za>
2017-04-17 11:46:37rhettingerlinkissue30051 messages
2017-04-17 11:46:37rhettingercreate