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 f64202d commit 475db68Copy full SHA for 475db68
Python/pystate.c
@@ -904,9 +904,11 @@ PyInterpreterState_Delete(PyInterpreterState *interp)
904
905
_PyEval_FiniState(&interp->ceval);
906
907
+#ifdef Py_REF_DEBUG
908
// XXX This call should be done at the end of clear_interpreter(),
909
// but currently some objects get decref'ed after that.
910
_PyInterpreterState_FinalizeRefTotal(interp);
911
+#endif
912
913
HEAD_LOCK(runtime);
914
PyInterpreterState **p;
0 commit comments