bpo-11063: Fix _uuid module on macOS by vstinner · Pull Request #3855 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

pitrou

pitrou

On macOS, use uuid_generate_time() instead of
uuid_generate_time_safe() of libuuid, since uuid_generate_time_safe()
is not available.

Labels