mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
* Convert DEOPT_IFs to EXIT_IFs for guards. Keep DEOPT_IF for intentional drops to the interpreter. * Modify BINARY_OP_SUBSCR_LIST_INT and STORE_SUBSCR_LIST_INT to handle negative indices, to keep EXIT_IFs and DEOPT_IFs in different uops
Miscellaneous source files for the main Python shared library