GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)

This commit is contained in:
Mark Shannon 2023-01-05 12:20:09 +00:00 committed by GitHub
parent 105e37395d
commit f20c553a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 95 deletions

View file

@ -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": [