]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46670: Remove unused macros in ceval.c (GH-31196)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Feb 2022 15:06:27 +0000 (16:06 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 15:06:27 +0000 (15:06 +0000)
commit4b603f628207b380a8a2f22d7ff5d2dbb0853e2e
tree956328b2fdcee2bb7c463515de66d4f06e9bb468
parent062460e8fd54e53c9a1a6f175ef49c9d730851b8
bpo-46670: Remove unused macros in ceval.c (GH-31196)

Remove CHECKEXC() and EXT_POP() macros.
Python/ceval.c