File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
#include "pycore_dict.h"
11
11
#include "pycore_floatobject.h"
12
12
#include "pycore_frame.h"
13
+ #include "pycore_function.h"
13
14
#include "pycore_interpframe.h"
14
15
#include "pycore_intrinsics.h"
15
16
#include "pycore_list.h"
Original file line number Diff line number Diff line change 7
7
#include "pycore_backoff.h"
8
8
#include "pycore_bitutils.h" // _Py_popcount32()
9
9
#include "pycore_code.h" // _Py_GetBaseCodeUnit
10
+ #include "pycore_function.h" // _PyFunction_LookupByVersion()
10
11
#include "pycore_interpframe.h"
11
12
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
12
13
#include "pycore_opcode_metadata.h" // _PyOpcode_OpName[]
Original file line number Diff line number Diff line change 2
2
3
3
#include "pycore_backoff.h"
4
4
#include "pycore_call.h"
5
- #include "pycore_ceval.h"
6
5
#include "pycore_cell.h"
6
+ #include "pycore_ceval.h"
7
7
#include "pycore_code.h"
8
+ #include "pycore_descrobject.h"
8
9
#include "pycore_dict.h"
9
- #include "pycore_floatobject.h"
10
10
#include "pycore_emscripten_signal.h"
11
+ #include "pycore_floatobject.h"
11
12
#include "pycore_frame.h"
13
+ #include "pycore_function.h"
12
14
#include "pycore_genobject.h"
13
15
#include "pycore_interpframe.h"
14
16
#include "pycore_intrinsics.h"
22
24
#include "pycore_range.h"
23
25
#include "pycore_setobject.h"
24
26
#include "pycore_sliceobject.h"
25
- #include "pycore_descrobject.h"
26
27
#include "pycore_stackref.h"
27
28
#include "pycore_tuple.h"
28
29
#include "pycore_unicodeobject.h"
You can’t perform that action at this time.
0 commit comments