mirror of
https://github.com/python/cpython.git
synced 2025-09-05 00:11:10 +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
|
@ -3,9 +3,9 @@
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#include "pycore_ast.h" // asdl_seq_*
|
||||
#include "pycore_ast.h" // asdl_seq_GET()
|
||||
#include "pycore_call.h" // _PyObject_CallMethodFormat()
|
||||
#include "pycore_compile.h" // _PyAST_Optimize
|
||||
#include "pycore_compile.h" // _PyAST_Optimize()
|
||||
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
|
||||
#include "pycore_frame.h" // _PyFrame_GetCode()
|
||||
#include "pycore_interp.h" // PyInterpreterState.gc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue