mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
65f8eb7119
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