Skip to content

Commit 48a23ef

Browse files
Drop out-of-date code.
1 parent e356cad commit 48a23ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/ceval.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ _PyEval_FiniThreads(void)
189189

190190
destroy_gil();
191191
assert(!gil_created());
192-
193-
if (_PyRuntime.ceval.pending.lock != NULL) {
194-
PyThread_free_lock(_PyRuntime.ceval.pending.lock);
195-
_PyRuntime.ceval.pending.lock = NULL;
196-
}
197192
}
198193

199194
void

0 commit comments

Comments
 (0)