commit | 089d70614e6dcb8c27a537a03ac3e701960ba629 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Nov 30 10:14:29 2024 +0100 |
committer | GitHub <noreply@github.com> | Sat Nov 30 09:14:29 2024 +0000 |
tree | 5114c818d5ba2806e6ba2f24ad2b86ca51ee7459 | |
parent | c711deb803d154ef3155406eb33e71113684931c [diff] |
[3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362) gh-123967: Fix faulthandler for trampoline frames (GH-127329) If the top-most frame is a trampoline frame, skip it. (cherry picked from commit 58e334e1431b2ed6b70ee42501ea73e08084e769) Co-authored-by: Victor Stinner <vstinner@python.org>