]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update includes in call.c (GH-93786)
authorPamela Fox <pamela.fox@gmail.com>
Wed, 15 Jun 2022 12:24:12 +0000 (05:24 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 12:24:12 +0000 (13:24 +0100)
Objects/call.c

index 3b5259b3383f438dd3276e6217ed19f337366482..ed168c9c4796e222fe7f5c502f84a8db981b84f0 100644 (file)
@@ -1,11 +1,10 @@
 #include "Python.h"
 #include "pycore_call.h"          // _PyObject_CallNoArgsTstate()
-#include "pycore_ceval.h"         // _PyEval_EvalFrame()
-#include "pycore_object.h"        // _PyObject_GC_TRACK()
+#include "pycore_ceval.h"         // _Py_EnterRecursiveCallTstate()
+#include "pycore_object.h"        // _PyCFunctionWithKeywords_TrampolineCall()
 #include "pycore_pyerrors.h"      // _PyErr_Occurred()
 #include "pycore_pystate.h"       // _PyThreadState_GET()
 #include "pycore_tuple.h"         // _PyTuple_ITEMS()
-#include "frameobject.h"          // _PyFrame_New_NoTrack()
 
 
 static PyObject *const *