Thanks to visit codestin.com Credit goes to github.com
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 0ba8027 commit ff095e1Copy full SHA for ff095e1
1 file changed
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