]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146479: Skip test_frame_pointer_unwind for gcc -O3 --enable-shared (#147947)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Apr 2026 10:35:58 +0000 (12:35 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2026 10:35:58 +0000 (12:35 +0200)
commitb38cfb7bcaa88b8036856b1e3d333fc1119786bb
treed5b7bd8cefd30cae96f30b87b256d7600efab40b
parent473d2a35ceda738cdd4ffde9b7ace013c54ed683
gh-146479: Skip test_frame_pointer_unwind for gcc -O3 --enable-shared (#147947)

Skip the test if Python is built with --enable-shared and "gcc -O2"
or "gcc -O3".
Lib/test/test_frame_pointer_unwind.py