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 davin, njs, pitrou, sbt, yselivanov
Date 2017-05-22.08:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495442828.31.0.928329579942.issue29828@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW, why can't you use `pthread_atfork` in numpy?

I suppose Numpy could use that, but it's much more involved than registering a Python-level callback.  Also it would only work because Numpy actually implements its random generator in C.
History
Date User Action Args
2017-05-22 08:47:08pitrousetrecipients: + pitrou, njs, sbt, yselivanov, davin
2017-05-22 08:47:08pitrousetmessageid: <1495442828.31.0.928329579942.issue29828@psf.upfronthosting.co.za>
2017-05-22 08:47:08pitroulinkissue29828 messages
2017-05-22 08:47:08pitroucreate