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
Document the removal the usage of the C stack in Python to Python calls #89480
Comments
Assuming that bpo-45256 is implemented, we will need to document it. I'm opening a separate issue, so this doesn't get lost in the midst of 45256. We need to: Document the changes to gdb. Possibly at https://wiki.python.org/moin/DebuggingWithGdb, or in the main docs. Add a "what's new" entry explaining what the impact of this change is. |
I will prepare a PR to also document the gdb helpers in the main docs. The wiki is insuficient. |
I don't think this needs to block the alpha release |
What's New in Python 3.11 now says:
https://docs.python.org/dev/whatsnew/3.11.html#inlined-python-function-calls Can this issue be claused?
It seems like this part was not done yet. By the way, having a documentation about debugging Python in gdb would be great. I can help writing it if you want! |
|
I have something prepared but I still need time to do a PR :) |
This is still marked a deferred blocker. @pablogsal are you planning on writing new GDB docs, and should those docs block any release? |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: