mirror of https://github.com/python/cpython
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
This commit is contained in:
parent
55824d01f8
commit
8717f7b495
|
@ -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…
Reference in New Issue