mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
1c43468886
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