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 f0d4c57 commit 67de7d6Copy full SHA for 67de7d6
Include/internal/pycore_optimizer.h
@@ -82,7 +82,6 @@ PyAPI_FUNC(void) _Py_Executors_InvalidateDependencyLockHeld(PyInterpreterState *
82
PyAPI_FUNC(void) _Py_Executors_InvalidateAll(PyInterpreterState *interp, int is_invalidation);
83
PyAPI_FUNC(void) _Py_Executors_InvalidateAllLockHeld(PyInterpreterState *interp, int is_invalidation);
84
PyAPI_FUNC(void) _Py_Executors_InvalidateCold(PyThreadState *tstate);
85
-PyAPI_FUNC(void) _Py_Executors_ClearExecutorList(PyObject *invalidate, int is_invalidation);
86
#else
87
# define _Py_Executors_InvalidateDependency(A, B, C) ((void)0)
88
# define _Py_Executors_InvalidateAll(A, B) ((void)0)
0 commit comments