[issue45317] Document the removal the usage of the C stack in Python to Python calls
New submission from Mark Shannon <mark@hotpy.org>: 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. ---------- assignee: docs@python components: Documentation messages: 402850 nosy: Mark.Shannon, docs@python priority: release blocker severity: normal status: open title: Document the removal the usage of the C stack in Python to Python calls type: enhancement versions: Python 3.11 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
Change by Mark Shannon <mark@hotpy.org>: ---------- nosy: +pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
Change by Mark Shannon <mark@hotpy.org>: ---------- assignee: docs@python -> Mark.Shannon _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
Pablo Galindo Salgado <pablogsal@gmail.com> added the comment: I will prepare a PR to also document the gdb helpers in the main docs. The wiki is insuficient. ---------- assignee: Mark.Shannon -> pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
Mark Shannon <mark@hotpy.org> added the comment: I don't think this needs to block the alpha release ---------- priority: release blocker -> deferred blocker _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
Change by Mark Shannon <mark@hotpy.org>: ---------- keywords: +patch pull_requests: +30367 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32304 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45317> _______________________________________
participants (2)
-
Mark Shannon
-
Pablo Galindo Salgado