Skip to content

Commit 02bc2d7

Browse files
committed
Mark function as static.
1 parent 05436f3 commit 02bc2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ interp_look_up_id(_PyRuntimeState *runtime, int64_t requested_id)
12941294
return NULL;
12951295
}
12961296

1297-
PyInterpreterState *
1297+
static PyInterpreterState *
12981298
_PyInterpreterState_LookUpIDNoErr(int64_t requested_id)
12991299
{
13001300
PyInterpreterState *interp = NULL;

0 commit comments

Comments
 (0)