mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +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
|
@ -2,11 +2,12 @@
|
|||
#include "pycore_fileutils.h" // _Py_write_noraise()
|
||||
#include "pycore_gc.h" // PyGC_Head
|
||||
#include "pycore_hashtable.h" // _Py_hashtable_t
|
||||
#include "pycore_object.h" // _PyType_PreHeaderSize
|
||||
#include "pycore_object.h" // _PyType_PreHeaderSize()
|
||||
#include "pycore_pymem.h" // _Py_tracemalloc_config
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
#include "pycore_traceback.h"
|
||||
#include "pycore_traceback.h" // _Py_DumpASCII()
|
||||
#include <pycore_frame.h>
|
||||
|
||||
#include "frameobject.h" // _PyInterpreterFrame_GetLine
|
||||
|
||||
#include <stdlib.h> // malloc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue