]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
authorGuido van Rossum <guido@python.org>
Wed, 18 Jan 2023 18:41:07 +0000 (10:41 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 18:41:07 +0000 (10:41 -0800)
commit1f0d0a432cf431882b432eeba8315f84f818da6b
treec4ea6660f3c06b814479de050f0c08aec7a159c2
parentd65f48507045c87000c65dc2c4fa727f483caad6
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Makefile.pre.in
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h [new file with mode: 0644]