Skip to content

Commit fc99b86

Browse files
committed
Update
1 parent 88d3fa3 commit fc99b86

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Python/optimizer_bytecodes.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,13 @@ dummy_func(void) {
10701070
c = callable;
10711071
}
10721072

1073+
op(_CALL_METHOD_DESCRIPTOR_O, (callable, self_or_null, args[oparg] -- res, a0, a1, c)) {
1074+
res = sym_new_not_null(ctx);
1075+
a0 = args[0];
1076+
a1 = args[1];
1077+
c = callable;
1078+
}
1079+
10731080
op(_GUARD_IS_FALSE_POP, (flag -- )) {
10741081
if (sym_is_const(ctx, flag)) {
10751082
PyObject *value = sym_get_const(ctx, flag);

Python/optimizer_cases.c.h

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)