File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1414
1515#include "frameobject.h" // PyFrame_New()
1616#include "marshal.h" // PyMarshal_WriteLongToFile()
17- #include "pyerrors.h"
18- #include "pylifecycle.h"
19- #include "pystate.h"
2017
2118#include <float.h> // FLT_MAX
2219#include <signal.h>
Original file line number Diff line number Diff line change 1313#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
1414#include "pycore_global_objects_fini_generated.h" // _PyStaticObjects_CheckRefcnt()
1515#include "pycore_initconfig.h" // _PyStatus_OK()
16- #include "pycore_interp_structs.h"
1716#include "pycore_interpolation.h" // _PyInterpolation_InitTypes()
1817#include "pycore_long.h" // _PyLong_InitTypes()
1918#include "pycore_object.h" // _PyDebug_PrintTotalRefs()
3736#include "pycore_weakref.h" // _PyWeakref_GET_REF()
3837
3938#include "opcode.h"
40- #include "pyerrors.h"
4139
4240#include <locale.h> // setlocale()
4341#include <stdlib.h> // getenv()
You can’t perform that action at this time.
0 commit comments