summaryrefslogtreecommitdiffstats
path: root/Include/Python.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-15 11:06:05 (GMT)
committerGitHub <noreply@github.com>2021-10-15 11:06:05 (GMT)
commit105582e74c1817bc6a9d99bcb6540b34a3367292 (patch)
tree2657be191e1aabb028cbcfda2fa66b9cc72fdeac /Include/Python.h
parent063abd931f064a4b6b478b0b6e9aa13ee38d2cff (diff)
downloadcpython-105582e74c1817bc6a9d99bcb6540b34a3367292.zip
cpython-105582e74c1817bc6a9d99bcb6540b34a3367292.tar.gz
cpython-105582e74c1817bc6a9d99bcb6540b34a3367292.tar.bz2
bpo-45434: Remove Include/eval.h header file (GH-28973)
Move Include/eval.h content into Include/ceval.h and Include/cpython/ceval.h, and remove Include/eval.h.
Diffstat (limited to 'Include/Python.h')
-rw-r--r--Include/Python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h
index bc8d4f9..a2de514 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -96,7 +96,6 @@
#include "import.h"
#include "abstract.h"
#include "bltinmodule.h"
-#include "eval.h"
#include "cpython/pyctype.h"
#include "pystrtod.h"
#include "pystrcmp.h"