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#include "Python.h"
33#include "pycore_brc.h" // struct _brc_thread_state
44#include "pycore_ceval.h" // _Py_set_eval_breaker_bit()
5- #include "pycore_context.h"
65#include "pycore_dict.h" // _PyInlineValuesSize()
6+ #include "pycore_frame.h" // FRAME_CLEARED
77#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
8- #include "pycore_initconfig.h"
8+ #include "pycore_initconfig.h" // _PyStatus_NO_MEMORY()
99#include "pycore_interp.h" // PyInterpreterState.gc
10- #include "pycore_object.h"
1110#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
12- #include "pycore_object_stack.h"
13- #include "pycore_pyerrors.h"
1411#include "pycore_pystate.h" // _PyThreadState_GET()
1512#include "pycore_tstate.h" // _PyThreadStateImpl
1613#include "pycore_weakref.h" // _PyWeakref_ClearRef()
14+
1715#include "pydtrace.h"
18- #include "pycore_uniqueid.h" // _PyObject_MergeThreadLocalRefcounts()
1916
2017
2118// enable the "mark alive" pass of GC
You can’t perform that action at this time.
0 commit comments