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 478d086 commit ec9b775Copy full SHA for ec9b775
1 file changed
Modules/_testinternalcapi/interpreter.c
@@ -21,7 +21,7 @@ stop_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
21
}
22
#endif
23
24
-_PyJitEntryFuncPtr _Py_jit_entry;
+extern _PyJitEntryFuncPtr _Py_jit_entry;
25
26
#if _Py_TAIL_CALL_INTERP
27
#include "test_targets.h"
0 commit comments