Skip to content

Commit 13694ec

Browse files
committed
Oops
1 parent 9ecb5b5 commit 13694ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/pystate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,15 +1485,15 @@ decref_threadstate(_PyThreadStateImpl *tstate)
14851485
}
14861486
}
14871487

1488-
static void
1488+
void
14891489
_PyThreadState_Decref(PyThreadState *tstate)
14901490
{
14911491
assert(tstate != NULL);
14921492
_PyThreadStateImpl *impl = (_PyThreadStateImpl *)tstate;
14931493
decref_threadstate(tstate);
14941494
}
14951495

1496-
static void
1496+
void
14971497
_PyThreadState_Incref(PyThreadState *tstate)
14981498
{
14991499
assert(tstate != NULL);

0 commit comments

Comments
 (0)