mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.13] gh-128472: Add -skip-funcs
to BOLT options to fix computed goto errors (gh-128511) (#128573)
gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)
* Add `-skip-funcs` to BOLT options to fix computed goto errors
* NEWS
---------
(cherry picked from commit 24b147a19b
)
Co-authored-by: Zanie Blue <contact@zanie.dev>
Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
This commit is contained in:
parent
8f3e5554ba
commit
692a955cea
3 changed files with 11 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
@ -9335,7 +9335,7 @@ fi
|
|||
printf %s "checking BOLT_COMMON_FLAGS... " >&6; }
|
||||
if test -z "${BOLT_COMMON_FLAGS}"
|
||||
then
|
||||
BOLT_COMMON_FLAGS=-update-debug-sections
|
||||
BOLT_COMMON_FLAGS=" -update-debug-sections -skip-funcs=_PyEval_EvalFrameDefault,sre_ucs1_match/1,sre_ucs2_match/1,sre_ucs4_match/1 "
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue