commit | 65f8eb71190f870c66fb00da29a670ee232a3fd5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 09 10:18:11 2024 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 09 18:18:11 2024 +0000 |
tree | 299c8d407b9eaafa94d07b63304f24e579cd87ea | |
parent | ad849b4ba008bf4ff97151651e619259ddb4fc18 [diff] |
Fix opcode name printing in debug mode (#113870) 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.