gh-104773: PEP 594: Remove the crypt module (#104908)

Remove the crypt module and its private _crypt extension, deprecated
in Python 3.11.
This commit is contained in:
Victor Stinner 2023-05-25 15:45:46 +02:00 committed by GitHub
parent 38539ef126
commit e4127eaa1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 35 additions and 991 deletions

View file

@ -22,7 +22,6 @@ static const char* _Py_stdlib_module_names[] = {
"_compat_pickle",
"_compression",
"_contextvars",
"_crypt",
"_csv",
"_ctypes",
"_curses",
@ -121,7 +120,6 @@ static const char* _Py_stdlib_module_names[] = {
"contextvars",
"copy",
"copyreg",
"crypt",
"csv",
"ctypes",
"curses",