Skip to content

Commit f6d6df3

Browse files
committed
fixup
1 parent 8a2e2a6 commit f6d6df3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4370,7 +4370,7 @@ dummy_func(
43704370
ERROR_IF(true, error);
43714371
}
43724372
PyCFunctionFastWithKeywords cfunc =
4373-
_PyCFunctionFastWithKeywords_CAST(meth->ml_met);
4373+
_PyCFunctionFastWithKeywords_CAST(meth->ml_meth);
43744374
PyObject *res_o = cfunc(self, (args_o + 1), nargs, NULL);
43754375
STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
43764376
assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));

Python/executor_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.

Python/generated_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)