mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
This commit is contained in:
parent
55824d01f8
commit
8717f7b495
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
|||
#include "pycore_pyerrors.h" // export _Py_UTF8_Edit_Cost()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
|
||||
#include "stdlib_module_names.h" // _Py_stdlib_module_names
|
||||
|
||||
#define MAX_CANDIDATE_ITEMS 750
|
||||
#define MAX_STRING_SIZE 40
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue