mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
69021e9acf
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 c25a070759
Co-authored-by: Mark Shannon <mark@hotpy.org>
Miscellaneous source files for the main Python shared library