aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-22 17:27:35 +0200
committerGitHub <noreply@github.com>2020-06-22 17:27:35 +0200
commit384621c42f9102e31ba2c47feba144af09c989e5 (patch)
tree07a92a8cdeb0234d18c392d503780255ccca81ad /Objects/call.c
parentbpo-41005: Fixed perrmission error (GH-20936) (diff)
downloadcpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.gz
cpython-384621c42f9102e31ba2c47feba144af09c989e5.tar.bz2
cpython-384621c42f9102e31ba2c47feba144af09c989e5.zip
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Diffstat (limited to 'Objects/call.c')
-rw-r--r--Objects/call.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/Objects/call.c b/Objects/call.c
index 61426c7e09e..30fa14ccfd7 100644
--- a/Objects/call.c
+++ b/Objects/call.c
@@ -1,11 +1,11 @@
#include "Python.h"
-#include "pycore_call.h"
-#include "pycore_ceval.h" // _PyEval_EvalFrame()
-#include "pycore_object.h"
-#include "pycore_pyerrors.h"
-#include "pycore_pystate.h" // _PyThreadState_GET()
-#include "pycore_tupleobject.h"
-#include "frameobject.h"
+#include "pycore_call.h" // _PyObject_CallNoArgTstate()
+#include "pycore_ceval.h" // _PyEval_EvalFrame()
+#include "pycore_object.h" // _PyObject_GC_TRACK()
+#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 *