File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 18
18
#include "pycore_instruments.h"
19
19
#include "pycore_interpolation.h" // _PyInterpolation_Build()
20
20
#include "pycore_intrinsics.h"
21
- #include "pycore_long.h" // _PyLong_GetZero()
21
+ #include "pycore_long.h" // _PyLong_ExactDealloc(), _PyLong_GetZero()
22
22
#include "pycore_moduleobject.h" // PyModuleObject
23
23
#include "pycore_object.h" // _PyObject_GC_TRACK()
24
24
#include "pycore_opcode_metadata.h" // uop names
27
27
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
28
28
#include "pycore_pystate.h" // _PyInterpreterState_GET()
29
29
#include "pycore_range.h" // _PyRangeIterObject
30
- #include "pycore_long.h" // _PyLong_ExactDealloc()
31
30
#include "pycore_setobject.h" // _PySet_NextEntry()
32
31
#include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs
33
32
#include "pycore_stackref.h"
Original file line number Diff line number Diff line change 30
30
#include "pycore_opcode_utils.h" // MAKE_FUNCTION_*
31
31
#include "pycore_optimizer.h" // _PyUOpExecutor_Type
32
32
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_*
33
- #include "pycore_pyerrors.h"
34
33
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
35
34
#include "pycore_pystate.h" // _PyInterpreterState_GET()
36
35
#include "pycore_range.h" // _PyRangeIterObject
Original file line number Diff line number Diff line change 19
19
#include "pycore_opcode_utils.h"
20
20
#include "pycore_pystate.h" // _PyInterpreterState_GET()
21
21
#include "pycore_uop_metadata.h"
22
- #include "pycore_dict.h"
23
22
#include "pycore_long.h"
24
23
#include "pycore_interpframe.h" // _PyFrame_GetCode
25
24
#include "pycore_optimizer.h"
26
25
#include "pycore_object.h"
27
- #include "pycore_dict.h"
28
26
#include "pycore_function.h"
29
- #include "pycore_uop_metadata.h"
30
27
#include "pycore_uop_ids.h"
31
28
#include "pycore_range.h"
32
29
You can’t perform that action at this time.
0 commit comments