Skip to content

Commit 13a05a0

Browse files
committed
Fix comment
1 parent 89cb71e commit 13a05a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ dummy_func(void) {
521521
null = sym_new_null(ctx);
522522
attr = NULL;
523523
if (this_instr[-1].opcode == _NOP) {
524-
// Preceding _CHECK_ATTR_MODULE was removed: mod is const and dict is watched.
524+
// Preceding _CHECK_ATTR_MODULE_PUSH_KEYS was removed: mod is const and dict is watched.
525525
assert(sym_is_const(owner));
526526
PyModuleObject *mod = (PyModuleObject *)sym_get_const(owner);
527527
assert(PyModule_CheckExact(mod));

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)