Skip to content

Commit 6937b53

Browse files
committed
Adjust formatting and ordering
1 parent 36e5637 commit 6937b53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,8 +3430,8 @@ dummy_func(
34303430
if (err <= 0) {
34313431
if (err == 0) {
34323432
_PyErr_Format(tstate, PyExc_TypeError,
3433-
_Py_SpecialMethods[oparg].error,
3434-
PyStackRef_TYPE(method_and_self[1])->tp_name);
3433+
_Py_SpecialMethods[oparg].error,
3434+
PyStackRef_TYPE(method_and_self[1])->tp_name);
34353435
}
34363436
ERROR_NO_POP();
34373437
}

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,8 @@ dummy_func(void) {
898898
}
899899

900900
op(_INSERT_NULL, (self -- method_and_self[2])) {
901-
method_and_self[1] = self;
902901
method_and_self[0] = sym_new_null(ctx);
902+
method_and_self[1] = self;
903903
}
904904

905905
op(_LOAD_SPECIAL, (method_and_self[2] -- method_and_self[2])) {

Python/optimizer_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)