mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
These aren't automatically translated because (ironically)
they are macros deferring to POP_JUMP_IF_{TRUE,FALSE},
which are not viable uops (being manually translated).
The hack is that we emit IS_NONE and then set opcode and
jump to the POP_JUMP_IF_{TRUE,FALSE} translation code.
Miscellaneous source files for the main Python shared library