GH-126910: Make _Py_get_machine_stack_pointer return the actual stack pointer#149103
GH-126910: Make _Py_get_machine_stack_pointer return the actual stack pointer#149103markshannon wants to merge 4 commits intopython:mainfrom
_Py_get_machine_stack_pointer return the actual stack pointer#149103Conversation
…ething close it), but not the frame pointer * Make _Py_ReachedRecursionLimit inline again * Remove _Py_MakeRecCheck replacing its use with _Py_ReachedRecursionLimit * Move the check for C stack swtiching into _Py_CheckRecursiveCall
Documentation build overview
6 files changed ·
|
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 01fe604 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149103%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 98073f5 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149103%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
@pablogsal |
Perf should add the Python function below that one, yes. I need time to investigate I will try to do it this week but I am a bit overwhelmed with pending things. I will try to take a look as soon as possible. |
(or something close it), but not the frame pointer
This is a rebase of #147945 which was reverted due to a non-reproducable buildbot failure.