mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
gh-108765: Cleanup #include in Python/*.c files (#108977)
Mention one symbol imported by each #include.
This commit is contained in:
parent
14d6e197cc
commit
b298b395e8
18 changed files with 57 additions and 48 deletions
|
@ -1,10 +1,9 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_code.h" // _PyCode_GetVarnames()
|
||||
#include "pycore_frame.h"
|
||||
#include "pycore_runtime.h" // _PyRuntime
|
||||
#include "pycore_global_objects.h" // _Py_ID()
|
||||
#include "pycore_pyerrors.h" // export _Py_UTF8_Edit_Cost()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
|
||||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_code.h" // _PyCode_GetVarnames()
|
||||
#include "stdlib_module_names.h" // _Py_stdlib_module_names
|
||||
|
||||
#define MAX_CANDIDATE_ITEMS 750
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue