mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)" (#100468)
This reverts commit c3c7848a48
.
This commit is contained in:
parent
c3c7848a48
commit
36d358348d
8 changed files with 43 additions and 101 deletions
|
@ -336,7 +336,6 @@ _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