summaryrefslogtreecommitdiffstats
path: root/Objects/call.c
diff options
context:
space:
mode:
authorPamela Fox <pamela.fox@gmail.com>2022-06-15 12:24:12 (GMT)
committerGitHub <noreply@github.com>2022-06-15 12:24:12 (GMT)
commitff095e13dfdea64de5c1ad21021ae9b5ca2631f8 (patch)
tree58ea2777a514c3869b394dff553b87e674536f1b /Objects/call.c
parent0ba80273f2dba5b70de870a333e65ad025cca640 (diff)
downloadcpython-ff095e13dfdea64de5c1ad21021ae9b5ca2631f8.zip
cpython-ff095e13dfdea64de5c1ad21021ae9b5ca2631f8.tar.gz
cpython-ff095e13dfdea64de5c1ad21021ae9b5ca2631f8.tar.bz2
Update includes in call.c (GH-93786)
Diffstat (limited to 'Objects/call.c')
-rw-r--r--Objects/call.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Objects/call.c b/Objects/call.c
index 3b5259b..ed168c9 100644
--- a/Objects/call.c
+++ b/Objects/call.c
@@ -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 *