bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)

This commit is contained in:
Christian Heimes 2021-11-23 23:26:50 +02:00 committed by GitHub
parent f840398a5f
commit 095bc8f0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 268 additions and 63 deletions

View file

@ -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