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 9ecb5b5 commit 13694ecCopy full SHA for 13694ec
Python/pystate.c
@@ -1485,15 +1485,15 @@ decref_threadstate(_PyThreadStateImpl *tstate)
1485
}
1486
1487
1488
-static void
+void
1489
_PyThreadState_Decref(PyThreadState *tstate)
1490
{
1491
assert(tstate != NULL);
1492
_PyThreadStateImpl *impl = (_PyThreadStateImpl *)tstate;
1493
decref_threadstate(tstate);
1494
1495
1496
1497
_PyThreadState_Incref(PyThreadState *tstate)
1498
1499
0 commit comments