mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
c25a070759
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.
Miscellaneous source files for the main Python shared library