]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
authorGuido van Rossum <guido@python.org>
Wed, 29 Nov 2023 01:10:11 +0000 (10:10 +0900)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 01:10:11 +0000 (17:10 -0800)
commite723700190ba497d1601cb423ee48d5d222a9d26
treec96007aa349b757967794ddc21a431f73cc6ab31
parente413daf5f6b983bdb4e1965d76b5313cb93b266e
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)

* Rename _PyUopExecute to _PyUOpExecute (uppercase O) for consistency
* Also rename _PyUopName and _PyUOp_Replacements, and some output strings
Include/internal/pycore_uops.h
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h
Python/optimizer.c