gh-104773: PEP 594: Remove the pipes module (#104848)

This commit is contained in:
Victor Stinner 2023-05-24 13:11:29 +02:00 committed by GitHub
parent 3e97c00171
commit a4b7e9d1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 9 additions and 568 deletions

View file

@ -200,7 +200,6 @@ static const char* _Py_stdlib_module_names[] = {
"pdb",
"pickle",
"pickletools",
"pipes",
"pkgutil",
"platform",
"plistlib",