File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33#include "cinderx/StaticPython/vtable.h"
44
5- #include "cinderx/Jit/compiled_function.h"
6-
75static void vtabledealloc (_PyType_VTable * op ) {
86 PyObject_GC_UnTrack ((PyObject * )op );
97 Py_XDECREF (op -> vt_slotmap );
Original file line number Diff line number Diff line change 66
77#include "internal/pycore_object.h" // @donotremove
88#include "internal/pycore_pystate.h"
9- #include "structmember.h"
109
1110#if PY_VERSION_HEX < 0x030C0000
1211#include "cinder/exports.h"
1817#include "cinderx/Common/dict.h"
1918#include "cinderx/Common/func.h"
2019#include "cinderx/Common/property.h"
21- #include "cinderx/Common/py-portability.h"
2220#include "cinderx/Common/string.h"
2321#include "cinderx/Common/watchers.h"
2422#include "cinderx/Jit/compiled_function.h"
Original file line number Diff line number Diff line change 77#include "cinderx/Jit/compiled_function.h"
88#include "cinderx/StaticPython/awaitable.h"
99#include "cinderx/StaticPython/descrs.h"
10- #include "cinderx/StaticPython/errors.h"
1110#include "cinderx/StaticPython/functype.h"
1211#include "cinderx/StaticPython/thunks.h"
1312#include "cinderx/StaticPython/type.h"
14- #include "cinderx/StaticPython/typed-args-info.h"
1513#include "cinderx/StaticPython/typed_method_def.h"
1614#include "cinderx/StaticPython/vtable.h"
1715
Original file line number Diff line number Diff line change 33#include <Python.h>
44
55#if PY_VERSION_HEX < 0x030C0000
6- #include "cinder/exports.h"
76#endif
87
9- #include "internal/pycore_initconfig.h"
10- #include "internal/pycore_interp.h"
11- #include "internal/pycore_pystate.h" // _PyInterpreterState_GET()
12- #include "structmember.h"
13-
148#if PY_VERSION_HEX >= 0x030D0000
159#include "internal/pycore_modsupport.h"
1610#endif
You can’t perform that action at this time.
0 commit comments