mirror of
https://github.com/python/cpython.git
synced 2026-08-16 16:08:58 +08: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