| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
… to it), not the frame pointer * Make ``_Py_ReachedRecursionLimit`` inline again * Remove ``_Py_MakeRecCheck`` relacing its use with ``_Py_ReachedRecursionLimit`` * Move stack swtiching check into ``_Py_CheckRecursiveCall``
|
Can you bump a file to trigger JIT CI to run so we can see if this breaks anything? Mainly the verifier will catch if anything is wrong. |
Sorry, something went wrong.
…the stack pointer (python#147945)" This reverts commit 255026d.
…k pointer (python#147945) * Make _Py_get_machine_stack_pointer return the stack pointer (or close to it), not the frame pointer * Make ``_Py_ReachedRecursionLimit`` inline again * Remove ``_Py_MakeRecCheck`` relacing its use with ``_Py_ReachedRecursionLimit`` * Move stack swtiching check into ``_Py_CheckRecursiveCall``
…k pointer (python#147945) * Make _Py_get_machine_stack_pointer return the stack pointer (or close to it), not the frame pointer * Make ``_Py_ReachedRecursionLimit`` inline again * Remove ``_Py_MakeRecCheck`` relacing its use with ``_Py_ReachedRecursionLimit`` * Move stack swtiching check into ``_Py_CheckRecursiveCall``
…the stack pointer (python#147945)" (pythonGH-147994) Revert "pythonGH-126910: Make `_Py_get_machine_stack_pointer` return the stack pointer (python#147945)" This reverts commit 255026d, which broke a tier-1 buildbot.
| Back | FazBrowse Home | New Git URL |
(or close to it), but not the frame pointer.