Skip to content

Commit 20a4955

Browse files
committed
fix
1 parent 9428c7b commit 20a4955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/bytecodes.c

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "pycore_function.h"
1515
#include "pycore_instruments.h"
1616
#include "pycore_intrinsics.h"
17+
#include "pycore_list.h" // _PyListIterObject()
1718
#include "pycore_long.h" // _PyLong_GetZero()
1819
#include "pycore_moduleobject.h" // PyModuleObject
1920
#include "pycore_object.h" // _PyObject_GC_TRACK()

0 commit comments

Comments
 (0)