mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Added _GLOBAL opcodes.
This commit is contained in:
parent
2912f22afc
commit
97ff5308fe
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
/* unused: 94 */
|
||||
#define STORE_ATTR 95 /* Index in name list */
|
||||
#define DELETE_ATTR 96 /* "" */
|
||||
#define STORE_GLOBAL 97 /* "" */
|
||||
#define DELETE_GLOBAL 98 /* "" */
|
||||
|
||||
#define LOAD_CONST 100 /* Index in const list */
|
||||
#define LOAD_NAME 101 /* Index in name list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue