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 ned.deily
Recipients corona10, ned.deily, steve.dower, vstinner
Date 2020-05-06.01:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588727384.55.0.176276152825.issue40501@roundup.psfhosted.org>
In-reply-to
Content
> (A) Ensure that _uuid works on macOS, FreeBSD and Linux, especially in the macOS installer of python.org.

FWIW, a spot check shows that _uuid builds and test_uuid passes both sets of its tests, e.g. TestUUIDWithExtModule and TestUUIDWithoutExtModule, with current python.org macOS installers on macOS releases of interest.  So, AFAICT, we have no need for the ctypes fallback on at least macOS 10.6 or later and we don't actively support anything older than that.
History
Date User Action Args
2020-05-06 01:09:44ned.deilysetrecipients: + ned.deily, vstinner, steve.dower, corona10
2020-05-06 01:09:44ned.deilysetmessageid: <1588727384.55.0.176276152825.issue40501@roundup.psfhosted.org>
2020-05-06 01:09:44ned.deilylinkissue40501 messages
2020-05-06 01:09:44ned.deilycreate