mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
gh-129737: Fix help message for tail calling interpreter configuration (GH-129754)
This commit is contained in:
parent
e1e85204ed
commit
43e0240213
2 changed files with 2 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -1930,7 +1930,7 @@ Optional Packages:
|
||||||
use libedit for backend or disable readline module
|
use libedit for backend or disable readline module
|
||||||
--with-computed-gotos enable computed gotos in evaluation loop (enabled by
|
--with-computed-gotos enable computed gotos in evaluation loop (enabled by
|
||||||
default on supported compilers)
|
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
|
and rest of CPython
|
||||||
--with-ensurepip[=install|upgrade|no]
|
--with-ensurepip[=install|upgrade|no]
|
||||||
"install" or "upgrade" using bundled pip (default is
|
"install" or "upgrade" using bundled pip (default is
|
||||||
|
|
|
||||||
|
|
@ -7022,7 +7022,7 @@ AC_MSG_CHECKING([for --with-tail-call-interp])
|
||||||
AC_ARG_WITH(
|
AC_ARG_WITH(
|
||||||
[tail-call-interp],
|
[tail-call-interp],
|
||||||
[AS_HELP_STRING(
|
[AS_HELP_STRING(
|
||||||
[--tail-call-interp],
|
[--with-tail-call-interp],
|
||||||
[enable tail-calling interpreter in evaluation loop and rest of CPython]
|
[enable tail-calling interpreter in evaluation loop and rest of CPython]
|
||||||
)],
|
)],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue