Skip to content

Commit

Permalink
Merge branch 'main' into re-test-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Aug 7, 2024
2 parents 5467405 + 3e753c6 commit 92561b4
Show file tree
Hide file tree
Showing 9 changed files with 173 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ dummy_func(
"no locals found");
ERROR_IF(true, error);
}
locals = PyStackRef_FromPyObjectNew(l);;
locals = PyStackRef_FromPyObjectNew(l);
}

inst(LOAD_FROM_DICT_OR_GLOBALS, (mod_or_class_dict -- v)) {
Expand Down
34 changes: 17 additions & 17 deletions Python/executor_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 23 additions & 17 deletions Python/generated_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 92561b4

Please sign in to comment.