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 a1ef342 commit dc19d93Copy full SHA for dc19d93
Objects/funcobject.c
@@ -65,7 +65,7 @@ handle_func_event(PyFunction_WatchEvent event, PyFunctionObject *func,
65
case PyFunction_EVENT_MODIFY_KWDEFAULTS:
66
case PyFunction_EVENT_MODIFY_QUALNAME:
67
#if _Py_TIER2
68
- _Py_Executors_InvalidateDependency(_PyInterpreterState_GET(), func, 1);
+ _Py_Executors_InvalidateDependency(interp, func, 1);
69
#endif
70
RARE_EVENT_INTERP_INC(interp, func_modification);
71
break;
0 commit comments