We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24094c commit ff32020Copy full SHA for ff32020
1 file changed
Python/optimizer.c
@@ -1,5 +1,7 @@
1
#include "Python.h"
2
3
+struct _PyExecutorObject;
4
+
5
#ifdef _Py_TIER2
6
7
#include "opcode.h"
0 commit comments