SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)

Only raises if the stack pointer is both below the limit *and* above the stack base.
This prevents false positives for user-space threads, as the stack pointer will be outside those bounds
if the stack has been swapped.
M
Mark Shannon committed
c25a070759952b13f97ecc37ca2991c2669aee47
Parent: 5d1f8f2
Committed by GitHub <[email protected]> on 11/19/2025, 10:16:24 AM