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 austin987
Recipients austin987
Date 2010-01-07.17:36:00
SpamBayes Score 1.057863e-06
Marked as misclassified No
Message-id <1262885762.54.0.235751411331.issue7650@psf.upfronthosting.co.za>
In-reply-to
Content
More info from the wine bug:
Whoops, I didn't notice that Python uses UuidCreateSequential.  From MSDN:

  For security reasons, UuidCreate was modified so that it no longer uses a machine's MAC address to generate UUIDs. UuidCreateSequential was
introduced to allow creation of UUIDs using the MAC address of a machine's Ethernet card.

I'm reopening this, as Wine's implementation of UuidCreateSequential calls UuidCreate, whereas it should use the MAC address-based method.  Setting component to rpcrt4, too.

My comment about the multicast bit occasionally being set (when the machine on which UuidCreateSequential is called has no MAC address) still stands, so there's still a Python bug.
History
Date User Action Args
2010-01-07 17:36:02austin987setrecipients: + austin987
2010-01-07 17:36:02austin987setmessageid: <1262885762.54.0.235751411331.issue7650@psf.upfronthosting.co.za>
2010-01-07 17:36:01austin987linkissue7650 messages
2010-01-07 17:36:00austin987create