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-10-31.14:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604152946.6.0.156481510026.issue41552@roundup.psfhosted.org>
In-reply-to
Content
I've verified that python 3.8 and 3.9 use the system uuid functions (part of libsystem). This means this issue might not be fixable without dropping the use of the _uuid extension.

@terrygreeniaus: Can you still reproduce this issue?  If so, does "import _uuid" work on your system?


I do have a system with an iBridge interface, but that interface is below the active network interface and is never used.   That system is headless, I cannot easily try to reproduce the issue by messing with its network interfaces.

I wonder how useful it is to try to fix this issue, I'd personally prefer to use uuid4() because that doesn't leak information about the host.
History
Date User Action Args
2020-10-31 14:02:26ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, veky, remi.lapeyre, Jeffrey.Kintscher, terrygreeniaus
2020-10-31 14:02:26ronaldoussorensetmessageid: <1604152946.6.0.156481510026.issue41552@roundup.psfhosted.org>
2020-10-31 14:02:26ronaldoussorenlinkissue41552 messages
2020-10-31 14:02:26ronaldoussorencreate