[3.14] GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)#141892
Closed
hroncok wants to merge 4 commits intopython:3.14python/cpython:3.14from
hroncok:backport-7094f09-3.14hroncok/cpython:backport-7094f09-3.14Copy head branch name to clipboard
Closed
[3.14] GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)#141892hroncok wants to merge 4 commits intopython:3.14python/cpython:3.14from hroncok:backport-7094f09-3.14hroncok/cpython:backport-7094f09-3.14Copy head branch name to clipboard
hroncok wants to merge 4 commits intopython:3.14python/cpython:3.14from
hroncok:backport-7094f09-3.14hroncok/cpython:backport-7094f09-3.14Copy head branch name to clipboard
Commits
Commits on Nov 24, 2025
gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)
Show description for 0fca453authored andcommittedGH-139291: Fix C stack limits by factoring out finding hardware stack limits (GH-139294)
Show description for 42e7abeauthored andcommittedgh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Show description for b8dfdd2authored andcommittedGH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)
Show description for 30cdcacauthored andcommitted