Skip to content

Commit 26db45d

Browse files
Make a function static.
1 parent 88efb2d commit 26db45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/crossinterp_data_lookup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ xid_lookup_fini(_PyXIData_lookup_t *state)
2929
_xidregistry_fini(&state->registry);
3030
}
3131

32-
int
32+
static int
3333
get_lookup_context(PyThreadState *tstate, dlcontext_t *res)
3434
{
3535
_PyXI_global_state_t *global = _PyXI_GET_GLOBAL_STATE(tstate->interp);

0 commit comments

Comments
 (0)