mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
This commit is contained in:
parent
802d4954f1
commit
a03ec20bcd
12 changed files with 117 additions and 225 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -76,6 +76,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_string",
|
||||
"_strptime",
|
||||
"_struct",
|
||||
"_suggestions",
|
||||
"_symtable",
|
||||
"_sysconfig",
|
||||
"_thread",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue