We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba8027 commit ff095e1Copy full SHA for ff095e1
Objects/call.c
@@ -1,11 +1,10 @@
1
#include "Python.h"
2
#include "pycore_call.h" // _PyObject_CallNoArgsTstate()
3
-#include "pycore_ceval.h" // _PyEval_EvalFrame()
4
-#include "pycore_object.h" // _PyObject_GC_TRACK()
+#include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate()
+#include "pycore_object.h" // _PyCFunctionWithKeywords_TrampolineCall()
5
#include "pycore_pyerrors.h" // _PyErr_Occurred()
6
#include "pycore_pystate.h" // _PyThreadState_GET()
7
#include "pycore_tuple.h" // _PyTuple_ITEMS()
8
-#include "frameobject.h" // _PyFrame_New_NoTrack()
9
10
11
static PyObject *const *
0 commit comments