mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +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
|
@ -5,11 +5,11 @@
|
|||
#include "pycore_frame.h"
|
||||
#include "pycore_function.h"
|
||||
#include "pycore_global_objects.h"
|
||||
#include "pycore_intrinsics.h"
|
||||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_runtime.h"
|
||||
#include "pycore_intrinsics.h" // INTRINSIC_PRINT
|
||||
#include "pycore_pyerrors.h" // _PyErr_SetString()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
#include "pycore_sysmodule.h" // _PySys_GetAttr()
|
||||
#include "pycore_typevarobject.h"
|
||||
#include "pycore_typevarobject.h" // _Py_make_typevar()
|
||||
|
||||
|
||||
/******** Unary functions ********/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue