8000 gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949) · python/cpython@8717f7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8717f7b

Browse files
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
1 parent 55824d0 commit 8717f7b
< 8000 /div>

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/suggestions.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include "pycore_pyerrors.h" // export _Py_UTF8_Edit_Cost()
55
#include "pycore_runtime.h" // _Py_ID()
66

7-
#include "stdlib_module_names.h" // _Py_stdlib_module_names
8-
97
#define MAX_CANDIDATE_ITEMS 750
108
#define MAX_STRING_SIZE 40
119

0 commit comments

Comments
 (0)
0