]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
authorChristian Heimes <christian@python.org>
Mon, 27 Jun 2022 05:52:06 +0000 (07:52 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jun 2022 05:52:06 +0000 (22:52 -0700)
commit71868a0066a90519ccc6aeb75673ae882aaa03f0
tree38feb32fba4753596c8adab08bc20aedbc1f1d7c
parentd71f5adc41569c2d626552269797e0545fc9122c
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)

It makes it easier to look for module states in sysconfig without
special casing suffixes "_CFLAGS", "_DEPS", "_LDFLAGS", "_OBJS",
and "CTYPES_MALLOC_CLOSURE".
Makefile.pre.in
configure
configure.ac
setup.py