mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
This commit is contained in:
parent
7fc7909677
commit
c3c7848a48
8 changed files with 101 additions and 43 deletions
|
@ -336,6 +336,7 @@ _specializations = {
|
|||
# These will always push [unbound method, self] onto the stack.
|
||||
"LOAD_ATTR_METHOD_LAZY_DICT",
|
||||
"LOAD_ATTR_METHOD_NO_DICT",
|
||||
"LOAD_ATTR_METHOD_MANAGED_DICT",
|
||||
"LOAD_ATTR_METHOD_WITH_DICT",
|
||||
"LOAD_ATTR_METHOD_WITH_VALUES",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue