mirror of
https://github.com/python/cpython.git
synced 2025-08-26 19:55:24 +00:00
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
This commit is contained in:
parent
105e37395d
commit
f20c553a45
8 changed files with 40 additions and 95 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_WITH_DICT",
|
||||
"LOAD_ATTR_METHOD_WITH_VALUES",
|
||||
],
|
||||
"LOAD_CONST": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue