Issue 45317: Document the removal the usage of the C stack in Python to Python calls - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: pablogsal Nosy List: Mark.Shannon, docs@python, pablogsal
Priority: deferred blocker Keywords: patch

Created on 2021-09-29 11:40 by Mark.Shannon, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 32304 open Mark.Shannon, 2022-04-04 14:10
Messages (3)
msg402850 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2021-09-29 11:40
Assuming that issue 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.
msg402853 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2021-09-29 11:42
I will prepare a PR to also document the gdb helpers in the main docs. The wiki is insuficient.
msg414655 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2022-03-07 10:51
I don't think this needs to block the alpha release