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 dfaba30 commit 7add005Copy full SHA for 7add005
Include/internal/pycore_jit.h
@@ -5,6 +5,10 @@
5
extern "C" {
6
#endif
7
8
+#include "pycore_interp.h"
9
+#include "pycore_optimizer.h"
10
+#include "pycore_stackref.h"
11
+
12
#ifndef Py_BUILD_CORE
13
# error "this header requires Py_BUILD_CORE define"
14
0 commit comments