]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added _GLOBAL opcodes.
authorGuido van Rossum <guido@python.org>
Tue, 10 Dec 1991 13:59:17 +0000 (13:59 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Dec 1991 13:59:17 +0000 (13:59 +0000)
Include/opcode.h

index 62cedb3a211c72a5cb1355ab57abf7eccd949003..3fdcd9d6324c4e1ebf2e36abfc627851535b872d 100644 (file)
@@ -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 */