mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-132710: only use stable _uuid.generate_time_safe() to deduce MAC address (GH-132901) (#134697)
(cherry picked from commit 3bffada467)
This commit is contained in:
parent
c8379c7edf
commit
072f50fc12
6 changed files with 357 additions and 28 deletions
|
|
@ -1584,6 +1584,9 @@
|
|||
/* Define if uuid_generate_time_safe() exists. */
|
||||
#undef HAVE_UUID_GENERATE_TIME_SAFE
|
||||
|
||||
/* Define if uuid_generate_time_safe() is able to deduce a MAC address. */
|
||||
#undef HAVE_UUID_GENERATE_TIME_SAFE_STABLE_MAC
|
||||
|
||||
/* Define to 1 if you have the <uuid.h> header file. */
|
||||
#undef HAVE_UUID_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue