mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
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. Cherry-picked from commit c25a070759952b13f97ecc37ca2991c2669aee47 Co-authored-by: Mark Shannon <mark@hotpy.org>
Miscellaneous source files for the main Python shared library