mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove unused variable in Python/pylifecycle.c (GH-17475)
This commit is contained in:
parent
1f9f69dd4c
commit
4da4400084
1 changed files with 0 additions and 2 deletions
|
|
@ -1253,8 +1253,6 @@ finalize_interp_clear(PyThreadState *tstate)
|
|||
{
|
||||
int is_main_interp = _Py_IsMainInterpreter(tstate);
|
||||
|
||||
PyInterpreterState *interp = tstate->interp;
|
||||
|
||||
/* Clear interpreter state and all thread states */
|
||||
PyInterpreterState_Clear(tstate->interp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue