Tim Peters added the comment:

[neologix]
> some code spawns many processes per second (see recent
> discussion on python-dev).

But that doesn't imply they're seeding the random module many times per second, 
right? Seeding isn't part of Python initialization, it's part of importing the 
`random` module.

Note that "hash randomization" is a different thing, unrelated to random.py.

----------

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

Reply via email to