File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
#include <assert.h>
14
14
#include "mypyc_util.h"
15
15
16
+ #if CPY_3_13_FEATURES
17
+ #ifndef Py_BUILD_CORE
18
+ #define Py_BUILD_CORE
19
+ #endif
20
+ #include "internal/pycore_bytesobject.h" // _PyBytes_Join
21
+ #include "internal/pycore_call.h" // _PyObject_CallMethodIdNoArgs, _PyObject_CallMethodIdObjArgs, _PyObject_CallMethodIdOneArg
22
+ #include "internal/pycore_genobject.h" // _PyGen_FetchStopIterationValue
23
+ #include "internal/pycore_object.h" // _PyType_CalculateMetaclass
24
+ #include "internal/pycore_pyerrors.h" // _PyErr_FormatFromCause, _PyErr_SetKeyError
25
+ #include "internal/pycore_unicodeobject.h" // _PyUnicode_EQ, _PyUnicode_FastCopyCharacters
26
+ #endif
27
+
16
28
#if CPY_3_12_FEATURES
17
29
#include "internal/pycore_frame.h"
18
30
#endif
You can’t perform that action at this time.
0 commit comments