mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Fix a few places where the lltrace debug output printed ``(null)`` instead of an opcode name, because it was calling ``_PyUOpName()`` on a Tier-1 opcode.
Miscellaneous source files for the main Python shared library