mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
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
This commit is contained in:
parent
e413daf5f6
commit
e723700190
5 changed files with 23 additions and 23 deletions
2
Python/generated_cases.c.h
generated
2
Python/generated_cases.c.h
generated
|
@ -2331,7 +2331,7 @@
|
|||
JUMPBY(1-original_oparg);
|
||||
frame->instr_ptr = next_instr;
|
||||
Py_INCREF(executor);
|
||||
if (executor->execute == _PyUopExecute) {
|
||||
if (executor->execute == _PyUOpExecute) {
|
||||
current_executor = (_PyUOpExecutorObject *)executor;
|
||||
GOTO_TIER_TWO();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue