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 christian.heimes
Recipients christian.heimes, mattchaput, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2012-10-06.22:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349564340.16.0.505131757641.issue12986@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-06 22:59:00christian.heimessetrecipients: + christian.heimes, rhettinger, terry.reedy, pitrou, vstinner, mattchaput, serhiy.storchaka
2012-10-06 22:59:00christian.heimessetmessageid: <1349564340.16.0.505131757641.issue12986@psf.upfronthosting.co.za>
2012-10-06 22:59:00christian.heimeslinkissue12986 messages
2012-10-06 22:58:59christian.heimescreate