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 dc19d93 commit 463ed28Copy full SHA for 463ed28
Objects/funcobject.c
@@ -8,7 +8,7 @@
8
#include "pycore_modsupport.h" // _PyArg_NoKeywords()
9
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
10
#include "pycore_object_deferred.h" // _PyObject_SetDeferredRefcount()
11
-#include "pycore_optimizer.h"
+#include "pycore_optimizer.h" // _Py_Executors_InvalidateDependency()
12
#include "pycore_pyerrors.h" // _PyErr_Occurred()
13
#include "pycore_setobject.h" // _PySet_NextEntry()
14
#include "pycore_stats.h"
0 commit comments