Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fixup-stats
  • Loading branch information
markshannon committed Dec 14, 2022
commit 5798c872f8f786d5a8f3d0fc52d0baa820247d1a
2 changes: 1 addition & 1 deletion Python/specialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ specialize_module_load_attr(
}
write_u32(cache->version, keys_version);
cache->index = (uint16_t)index;
_Py_SET_OPCODE(*instr, LOAD_ATTR_MODULE);
_py_set_opocde(instr, LOAD_ATTR_MODULE);
return 0;
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.