]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 8 Jan 2024 15:10:45 +0000 (15:10 +0000)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 15:10:45 +0000 (15:10 +0000)
commita03ec20bcdf757138557127689405b3a525b3c44
treef412c780e0fbf5fd0eaeb0aa48ad52953c461900
parent802d4954f12541ba28dd7f18bf4a65054941a80d
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)
12 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/traceback.py
Modules/Setup.bootstrap.in
Modules/_suggestions.c [new file with mode: 0644]
Modules/clinic/_suggestions.c.h [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/stdlib_module_names.h
Python/suggestions.c