STINNER Victor <victor.stin...@gmail.com> added the comment:

> It's expected if uuid_generate_time_safe() isn't available on your platform.  
> But test_uuid still passes?

I would prefer to avoid compilation errors on a popular platforms like macOS. 
Would it possible to check if uuid_generate_time_safe() is available, maybe in 
configure? Or we can "simply" skip _uuid compilation on macOS?

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
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