mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Move private types _PyNone_Type and _PyNotImplemented_Type to internal C API.
This commit is contained in:
parent
89f9875448
commit
eda9ce1487
3 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
#include "pycore_bytesobject.h" // _PyBytesWriter
|
||||
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_object.h" // _PyNone_Type
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_runtime.h" // _Py_ID()
|
||||
#include "structmember.h" // PyMemberDef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue