mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
This merges all `_CHECK_STACK_SPACE` uops in a trace into a single `_CHECK_STACK_SPACE_OPERAND` uop that checks whether there is enough stack space for all calls included in the entire trace.
Miscellaneous source files for the main Python shared library