From 0aadf16f40f0fedbce1a4c2f7c9e74ec1c7a5d06 Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Thu, 6 Feb 2025 22:25:40 +0100 Subject: [PATCH 1/2] Fix help message for tail calling interpreter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf16e77f0a1503..0c6063d87d654a 100644 --- a/configure.ac +++ b/configure.ac @@ -7022,7 +7022,7 @@ AC_MSG_CHECKING([for --with-tail-call-interp]) AC_ARG_WITH( [tail-call-interp], [AS_HELP_STRING( - [--tail-call-interp], + [--with-tail-call-interp], [enable tail-calling interpreter in evaluation loop and rest of CPython] )], [ From 10990e414d0d4b3b819257e16e9bade0f9106c06 Mon Sep 17 00:00:00 2001 From: Pieter Eendebak Date: Thu, 6 Feb 2025 22:43:29 +0100 Subject: [PATCH 2/2] make regen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 22456959add174..65b8e711cdccae 100755 --- a/configure +++ b/configure @@ -1930,7 +1930,7 @@ Optional Packages: use libedit for backend or disable readline module --with-computed-gotos enable computed gotos in evaluation loop (enabled by default on supported compilers) - --tail-call-interp enable tail-calling interpreter in evaluation loop + --with-tail-call-interp enable tail-calling interpreter in evaluation loop and rest of CPython --with-ensurepip[=install|upgrade|no] "install" or "upgrade" using bundled pip (default is