Skip to content

Commit 463ed28

Browse files
Update Objects/funcobject.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent dc19d93 commit 463ed28

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
@@ -8,7 +8,7 @@
88
#include "pycore_modsupport.h" // _PyArg_NoKeywords()
99
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
1010
#include "pycore_object_deferred.h" // _PyObject_SetDeferredRefcount()
11-
#include "pycore_optimizer.h"
11+
#include "pycore_optimizer.h" // _Py_Executors_InvalidateDependency()
1212
#include "pycore_pyerrors.h" // _PyErr_Occurred()
1313
#include "pycore_setobject.h" // _PySet_NextEntry()
1414
#include "pycore_stats.h"

0 commit comments

Comments
 (0)