New submission from yig <yo...@yotamgingold.com>: 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.
---------- assignee: ronaldoussoren components: Macintosh files: multiprocessing_uuid.py messages: 105013 nosy: ronaldoussoren, yig priority: normal severity: normal status: open title: Mac OS X type: behavior versions: Python 2.5, Python 2.6 Added file: http://bugs.python.org/file17216/multiprocessing_uuid.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8621> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com