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 vstinner
Recipients corona10, steve.dower, vstinner
Date 2020-05-04.16:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588611160.41.0.808152719337.issue40501@roundup.psfhosted.org>
In-reply-to
Content
> Do you think either need a deprecation cycle? I'd say not for the Windows change, but I'm not sure whether people could be relying on libuuid showing up after build.

If the behavior doesn't change, no deprecation is needed.

For example, if libuuid was already used trough _uuid module, the ctypes code path is basically just dead code. But it should be checked manually.
History
Date User Action Args
2020-05-04 16:52:40vstinnersetrecipients: + vstinner, steve.dower, corona10
2020-05-04 16:52:40vstinnersetmessageid: <1588611160.41.0.808152719337.issue40501@roundup.psfhosted.org>
2020-05-04 16:52:40vstinnerlinkissue40501 messages
2020-05-04 16:52:39vstinnercreate