Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add limited ustack helper to python 3.12 #3503

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

citrus-it
Copy link
Member

@citrus-it citrus-it commented Mar 2, 2024

This is limited due to the changes in python around function stack management, which means that we no longer get a call frame for each python function call. It means that we can only report some of the python stack, but that's still better than none. I might come back to this in the future and improve things.

@citrus-it citrus-it marked this pull request as ready for review March 4, 2024 11:49
@citrus-it citrus-it requested review from hadfl and oetiker as code owners March 4, 2024 11:49
@oetiker oetiker merged commit 15043ef into omniosorg:master Mar 4, 2024
1 check passed
@citrus-it citrus-it deleted the ustack branch March 6, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants