Christian Heimes added the comment:

If somebody is going to implement uuid based on the random module that somebody 
must take care of fork. Currently the PRGN in random isn't reseeded during 
fork(). This would lead to 100% collisions. The tempfile module contains a 
workaround for the issue.

I'm -1, see #15206.

----------
nosy: +christian.heimes

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

Reply via email to