Skip to content

Commit dc19d93

Browse files
pass the interp
1 parent a1ef342 commit dc19d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/funcobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ handle_func_event(PyFunction_WatchEvent event, PyFunctionObject *func,
6565
case PyFunction_EVENT_MODIFY_KWDEFAULTS:
6666
case PyFunction_EVENT_MODIFY_QUALNAME:
6767
#if _Py_TIER2
68-
_Py_Executors_InvalidateDependency(_PyInterpreterState_GET(), func, 1);
68+
_Py_Executors_InvalidateDependency(interp, func, 1);
6969
#endif
7070
RARE_EVENT_INTERP_INC(interp, func_modification);
7171
break;

0 commit comments

Comments
 (0)