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 yig
Recipients ronaldoussoren, yig
Date 2010-05-05.12:00:55
SpamBayes Score 0.003473253
Marked as misclassified No
Message-id <1273060858.71.0.68463359774.issue8621@psf.upfronthosting.co.za>
In-reply-to
Content
Calling uuid.uuid4() while using the multiprocessing module leads to the same exact UUIDs being generating in each process.  It is an artifact resulting from the built-in uuid_generate_random() of my underlying platform, Mac OS X 10.6.3.  A Linux machine I have does not exhibit this problem.  I have tested it with both Python 2.5 and 2.6.
History
Date User Action Args
2010-05-05 12:00:59yigsetrecipients: + yig, ronaldoussoren
2010-05-05 12:00:58yigsetmessageid: <1273060858.71.0.68463359774.issue8621@psf.upfronthosting.co.za>
2010-05-05 12:00:56yiglinkissue8621 messages
2010-05-05 12:00:56yigcreate