[issue40501] Deprecate and remove ctypes usage in uuid

STINNER Victor report at bugs.python.org
Mon May 4 12:52:40 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40501>
_______________________________________


More information about the Python-bugs-list mailing list