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 170839d commit 75a8ae1Copy full SHA for 75a8ae1
Objects/funcobject.c
@@ -1126,10 +1126,6 @@ func_dealloc(PyObject *self)
1126
if (_PyObject_ResurrectEnd(self)) {
1127
return;
1128
}
1129
-// #if _Py_TIER2
1130
-// _Py_Executors_InvalidateDependency(_PyInterpreterState_GET(), self, 1);
1131
-// _PyJit_Tracer_InvalidateDependency(_PyThreadState_GET(), self);
1132
-// #endif
1133
_PyObject_GC_UNTRACK(op);
1134
FT_CLEAR_WEAKREFS(self, op->func_weakreflist);
1135
(void)func_clear((PyObject*)op);
0 commit comments