gh-104773: PEP 594: Remove the spwd module (#104871)

Remove spwd from the configure script and Modules/Setup.
This commit is contained in:
Victor Stinner 2023-05-24 22:34:41 +02:00 committed by GitHub
parent 160321e530
commit 684e99d01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 16 additions and 581 deletions

View file

@ -235,7 +235,6 @@ static const char* _Py_stdlib_module_names[] = {
"smtplib",
"socket",
"socketserver",
"spwd",
"sqlite3",
"sre_compile",
"sre_constants",