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
Title: Document the removal the usage of the C stack in Python to Python calls
Type: enhancement Stage: patch review
Components: Documentation Versions: Python 3.11
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
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89480
2022-04-04 14:10:02Mark.Shannonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request30367
2022-03-07 10:51:38Mark.Shannonsetpriority: release blocker -> deferred blocker

messages: + msg414655
2021-09-29 11:42:36pablogsalsetassignee: Mark.Shannon -> pablogsal
messages: + msg402853
2021-09-29 11:42:29Mark.Shannonsetassignee: docs@python -> Mark.Shannon
2021-09-29 11:41:43Mark.Shannonsetnosy: + pablogsal
2021-09-29 11:40:33Mark.Shannoncreate