mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
This commit is contained in:
parent
f840398a5f
commit
095bc8f0d6
4 changed files with 268 additions and 63 deletions
|
|
@ -98,6 +98,8 @@
|
|||
# Modules with some UNIX dependencies
|
||||
#
|
||||
|
||||
# needs -lcrypt on some systems
|
||||
@MODULE__CRYPT_TRUE@_crypt _cryptmodule.c
|
||||
@MODULE_FCNTL_TRUE@fcntl fcntlmodule.c
|
||||
@MODULE_GRP_TRUE@grp grpmodule.c
|
||||
@MODULE_MMAP_TRUE@mmap mmapmodule.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue