Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix help message for tail calling interpreter
  • Loading branch information
eendebakpt committed Feb 6, 2025
commit 0aadf16f40f0fedbce1a4c2f7c9e74ec1c7a5d06
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)],
[
Expand Down