Skip to content

Commit ff32020

Browse files
committed
gh-149196: Declare executor object for non-Tier2 builds
1 parent d24094c commit ff32020

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/optimizer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "Python.h"
22

3+
struct _PyExecutorObject;
4+
35
#ifdef _Py_TIER2
46

57
#include "opcode.h"

0 commit comments

Comments
 (0)