[issue20519] Replace uuid ctypes usage with an extension module.

STINNER Victor report at bugs.python.org
Thu Sep 24 13:38:18 CEST 2015


STINNER Victor added the comment:

In the Python stdlib, we try to avoid ctypes to use instead a C extension module. So I like the idea of a new optional _uuid module.

I reviewed the attached patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20519>
_______________________________________


More information about the Python-bugs-list mailing list