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 88efb2d commit 26db45dCopy full SHA for 26db45d
Python/crossinterp_data_lookup.h
@@ -29,7 +29,7 @@ xid_lookup_fini(_PyXIData_lookup_t *state)
29
_xidregistry_fini(&state->registry);
30
}
31
32
-int
+static int
33
get_lookup_context(PyThreadState *tstate, dlcontext_t *res)
34
{
35
_PyXI_global_state_t *global = _PyXI_GET_GLOBAL_STATE(tstate->interp);
0 commit comments