mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
This commit is contained in:
parent
a15aeec29e
commit
c4e7d245d6
15 changed files with 35 additions and 11 deletions
|
|
@ -109,6 +109,7 @@ Local naming conventions:
|
|||
#include "pycore_capsule.h" // _PyCapsule_SetTraverse()
|
||||
#include "pycore_fileutils.h" // _Py_set_inheritable()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState
|
||||
#include "pycore_object.h" // _PyObject_VisitType()
|
||||
#include "pycore_time.h" // _PyTime_AsMilliseconds()
|
||||
#include "pycore_pystate.h" // _Py_AssertHoldsTstate()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue