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 ronaldoussoren
Recipients Jeffrey.Kintscher, ned.deily, remi.lapeyre, ronaldoussoren, terrygreeniaus, veky
Date 2020-11-13.19:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605296202.29.0.566443515341.issue41552@roundup.psfhosted.org>
In-reply-to
Content
the most recent UUID implementation on opensource.apple.com: https://opensource.apple.com/source/Libc/Libc-1353.100.2/uuid/uuidsrc/gen_uuid.c.auto.html

The implementation of get_node_id() doesn't ignore the iBridge interface, which means uuid_generate_time(3) could run into this issue (and because of that, Python's uuid module)

I've filed an issue with Apple about this: FB8895555

Note that switching to libuuid from util-linux wouldn't help here, that also doesn't ignore the iBridge interface.

I'm tempted to close this issue as "3th-party" because this is bug in the system implementation of uuid_generate_time.
History
Date User Action Args
2020-11-13 19:36:42ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, veky, remi.lapeyre, Jeffrey.Kintscher, terrygreeniaus
2020-11-13 19:36:42ronaldoussorensetmessageid: <1605296202.29.0.566443515341.issue41552@roundup.psfhosted.org>
2020-11-13 19:36:42ronaldoussorenlinkissue41552 messages
2020-11-13 19:36:42ronaldoussorencreate