]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Various small improvements to uop debug output (#112218)
authorGuido van Rossum <guido@python.org>
Fri, 17 Nov 2023 22:25:57 +0000 (14:25 -0800)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 22:25:57 +0000 (22:25 +0000)
commit7405745817d19e13585dd4f0f9b8338ba5b32418
tree6cf36de2e68fafd3abfebaca35f454609bb5dd77
parentbe0bd54c6b3b2382d03f2073070353c8b946902b
Various small improvements to uop debug output (#112218)

- Show uop name in Error/DEOPT messages
- Add target to some messages
- Expose uop_name() as _PyUopName()
Python/ceval.c
Python/optimizer.c