From 8c883636dbadc2b239942d8db26babd170eee928 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Mon, 13 Jun 2022 12:43:56 -0700 Subject: [PATCH] Update includes in call.c --- Objects/call.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Objects/call.c b/Objects/call.c index 3b5259b3383f43..ed168c9c4796e2 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 *