mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-131238: Add explicit includes to pycore headers (#131257)
This commit is contained in:
parent
0453e494b6
commit
978e37bb5f
23 changed files with 80 additions and 45 deletions
|
@ -1,8 +1,10 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_modsupport.h" // _PyArg_NoKwnames()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_tuple.h" // _PyTuple_ITEMS()
|
||||
#include "pycore_typeobject.h" // _PyType_GetModuleState()
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_InternMortal()
|
||||
|
||||
|
||||
#include "clinic/_operator.c.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue