Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blhsing committed Jul 5, 2024
1 parent 723d665 commit 3908ee8
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ dummy_func(
int err;
if (PyDict_Check(globals)) {
err = PyDict_Pop(globals, name, NULL);
else {
} else {
err = PyMapping_DelItem(globals, name);
}
// Can't use ERROR_IF here.
Expand Down
29 changes: 17 additions & 12 deletions Python/executor_cases.c.h

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

51 changes: 28 additions & 23 deletions Python/generated_cases.c.h

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

0 comments on commit 3908ee8

Please sign in to comment.