mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +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.
Miscellaneous source files for the main Python shared library