aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-19 18:46:24 +0100
committerGitHub <noreply@github.com>2025-03-19 17:46:24 +0000
commit22706843e0211a42a0e1b9e3b3b2527e9c2f546b (patch)
treed0c420d1d5abc677ddab41057beb778162211bf4 /Python/ceval.c
parenta4832f6b9a62771725b159bc7cd6c49fb45e3bc8 (diff)
downloadcpython-22706843e0211a42a0e1b9e3b3b2527e9c2f546b.tar.gz
cpython-22706843e0211a42a0e1b9e3b3b2527e9c2f546b.zip
gh-131238: Remove many includes from pycore_interp.h (#131472)
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 1720fff1040..7248e0bbc0e 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -15,6 +15,7 @@
#include "pycore_instruments.h"
#include "pycore_intrinsics.h"
#include "pycore_jit.h"
+#include "pycore_list.h" // _PyList_GetItemRef()
#include "pycore_long.h" // _PyLong_GetZero()
#include "pycore_moduleobject.h" // PyModuleObject
#include "pycore_object.h" // _PyObject_GC_TRACK()