Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue11063>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to