Skip to content

Commit 6b3bbf1

Browse files
committed
Add missing include
1 parent fef91dc commit 6b3bbf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/codeobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "pycore_interpframe.h" // FRAME_SPECIALS_SIZE
1010
#include "pycore_opcode_metadata.h" // _PyOpcode_Caches
1111
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
12+
#include "pycore_optimizer.h" // _Py_ExecutorDetach
1213
#include "pycore_pymem.h" // _PyMem_FreeDelayed()
1314
#include "pycore_pystate.h" // _PyInterpreterState_GET()
1415
#include "pycore_setobject.h" // _PySet_NextEntry()

0 commit comments

Comments
 (0)