Skip to content

Commit d820ba2

Browse files
committed
Double oops
1 parent 13694ec commit d820ba2

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
@@ -1490,7 +1490,7 @@ _PyThreadState_Decref(PyThreadState *tstate)
14901490
{
14911491
assert(tstate != NULL);
14921492
_PyThreadStateImpl *impl = (_PyThreadStateImpl *)tstate;
1493-
decref_threadstate(tstate);
1493+
decref_threadstate(impl);
14941494
}
14951495

14961496
void

0 commit comments

Comments
 (0)