8000 Assorted minor fixes for specialization stats. by markshannon · Pull Request #100219 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Assorted minor fixes for specialization stats. #100219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 14, 2022
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.
0