Antoine Pitrou added the comment:

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.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30051>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to