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-04-12.09:30:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491989403.01.0.571368120939.issue30051@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that's necessary.  fork() is a low-level primitive, people can/should use multiprocessing.Process instead, which does re-seed the PRNG.
History
Date User Action Args
2017-04-12 09:30:03pitrousetrecipients: + pitrou, rhettinger, vstinner, docs@python, serhiy.storchaka
2017-04-12 09:30:03pitrousetmessageid: <1491989403.01.0.571368120939.issue30051@psf.upfronthosting.co.za>
2017-04-12 09:30:02pitroulinkissue30051 messages
2017-04-12 09:30:02pitroucreate