bpo-45923: Add RESUME_QUICK (GH-31244)

This commit is contained in:
Brandt Bucher 2022-02-10 09:50:02 -08:00 committed by GitHub
parent 1a6411f573
commit d7a5aca982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 22 deletions

View file

@ -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",