mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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