mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
This commit is contained in:
parent
d5cd2effa6
commit
8af6481f6b
6 changed files with 414 additions and 97 deletions
|
@ -136,6 +136,8 @@
|
|||
# needs -lcrypt
|
||||
@MODULE__HASHLIB_TRUE@_hashlib _hashopenssl.c
|
||||
|
||||
# Linux: -luuid, BSD/AIX: libc's uuid_create()
|
||||
@MODULE__UUID_TRUE@_uuid _uuidmodule.c
|
||||
|
||||
############################################################################
|
||||
# macOS specific modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue