gh-123967: Fix faulthandler for trampoline frames#127329
gh-123967: Fix faulthandler for trampoline frames#127329vstinner merged 1 commit intopython:mainfrom
Conversation
If the top-most frame is a trampoline frame, skip it.
|
@colesbury: Would you mind to review my fix? |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
) If the top-most frame is a trampoline frame, skip it. (cherry picked from commit 58e334e) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-127362 is a backport of this pull request to the 3.13 branch. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @vstinner, I could not cleanly backport this to |
|
GH-127363 is a backport of this pull request to the 3.12 branch. |
If the top-most frame is a trampoline frame, skip it.
If the top-most frame is a trampoline frame, skip it.
dump_tracebackdoesn't handle case where top-most frame isFRAME_OWNED_BY_CSTACK#123967