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 57cb67a commit 5a969c2Copy full SHA for 5a969c2
graalpython/com.oracle.graal.python.cext/src/capi.c
@@ -883,7 +883,7 @@ void initialize_hashes();
883
// defined in 'floatobject.c'
884
void _PyFloat_InitState(PyInterpreterState* state);
885
886
-TruffleContext* TRUFFLE_CONTEXT;
+Py_LOCAL_SYMBOL TruffleContext* TRUFFLE_CONTEXT;
887
888
PyAPI_FUNC(void) initialize_graal_capi(TruffleEnv* env, void* (*getBuiltin)(int id)) {
889
clock_t t = clock();
0 commit comments