summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorDonghee Na <donghee.na@python.org>2024-09-24 01:28:59 (GMT)
committerGitHub <noreply@github.com>2024-09-24 01:28:59 (GMT)
commitad7c7785461fffba04f5a36cd6d062e92b0fda16 (patch)
tree4e4da0559c1b120872095862f11ca915fac0d405 /pyconfig.h.in
parentbe76e3f26e0b907f711497d006b8b83bff04c036 (diff)
downloadcpython-ad7c7785461fffba04f5a36cd6d062e92b0fda16.zip
cpython-ad7c7785461fffba04f5a36cd6d062e92b0fda16.tar.gz
cpython-ad7c7785461fffba04f5a36cd6d062e92b0fda16.tar.bz2
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index a5946f3..7f02603 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1901,9 +1901,6 @@
/* Define to build the readline module against libedit. */
#undef WITH_EDITLINE
-/* Define if you want to compile in object freelists optimization */
-#undef WITH_FREELISTS
-
/* Define to 1 if libintl is needed for locale functions. */
#undef WITH_LIBINTL