mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
bpo-45923: Add RESUME_QUICK
(GH-31244)
This commit is contained in:
parent
1a6411f573
commit
d7a5aca982
6 changed files with 30 additions and 22 deletions
|
@ -278,6 +278,7 @@ _specialized_instructions = [
|
|||
"LOAD_METHOD_CLASS",
|
||||
"LOAD_METHOD_MODULE",
|
||||
"LOAD_METHOD_NO_DICT",
|
||||
"RESUME_QUICK",
|
||||
"STORE_ATTR_ADAPTIVE",
|
||||
"STORE_ATTR_INSTANCE_VALUE",
|
||||
"STORE_ATTR_SLOT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue