diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-15 11:06:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:06:05 (GMT) |
commit | 105582e74c1817bc6a9d99bcb6540b34a3367292 (patch) | |
tree | 2657be191e1aabb028cbcfda2fa66b9cc72fdeac /Include/Python.h | |
parent | 063abd931f064a4b6b478b0b6e9aa13ee38d2cff (diff) | |
download | cpython-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.h | 1 |
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" |