mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
This reduces confusion between jumps at the bytecode level (e.g. JUMPTO(), JUMPBY(), and various JUMP_*() opcodes) and jumps in the C code (which are 'goto' statements).
Miscellaneous source files for the main Python shared library