gh-105456: Remove 3 deprecated sre_* modules (#135994)

This commit is contained in:
Stan Ulbrych 2025-07-01 16:31:07 +01:00 committed by GitHub
parent 12ce16bc13
commit 93809a918f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 58 deletions

View file

@ -245,9 +245,6 @@ static const char* _Py_stdlib_module_names[] = {
"socket",
"socketserver",
"sqlite3",
"sre_compile",
"sre_constants",
"sre_parse",
"ssl",
"stat",
"statistics",