]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144741: Fix test_frame_pointer_unwind for libpython (#145499)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Mar 2026 17:29:02 +0000 (18:29 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2026 17:29:02 +0000 (18:29 +0100)
commita00392349c8cccdf2fe720fe46e504699f584f02
tree81fd36290488c6db6db4d9dd56583d401e393e4a
parent18aec59fe5bbae9225951ca4d69bfca17eba82d8
gh-144741: Fix test_frame_pointer_unwind for libpython (#145499)

Fix test_frame_pointer_unwind when Python is built with
--enable-shared. Classify also libpython frames as "python".
Misc/NEWS.d/next/Tests/2026-03-04-17-39-15.gh-issue-144741.0RHhBF.rst [new file with mode: 0644]
Modules/_testinternalcapi.c