[issue11063] Rework uuid module: lazy initialization and add a new C extension

Serhiy Storchaka report at bugs.python.org
Wed Nov 8 15:28:10 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Does this check work? I tried similar checks with other functions and they were falsely passed because calling an undeclared function is not an error in C.

The reliable check of the existence of the uuid_generate_time_safe function is:

    void *x = uuid_generate_time_safe

----------

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


More information about the Python-bugs-list mailing list