]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added UNPACK_VARARG.
authorGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:38:56 +0000 (18:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Jan 1992 18:38:56 +0000 (18:38 +0000)
Include/opcode.h

index 08744f9e64cb0132f7d35ce11b2be6030a727ce7..43b8d3e8ea9d852f6d6b3c555d4195bd9d96a7b1 100644 (file)
@@ -92,6 +92,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #define DELETE_ATTR    96      /* "" */
 #define STORE_GLOBAL   97      /* "" */
 #define DELETE_GLOBAL  98      /* "" */
+#define UNPACK_VARARG  99      /* Minimal number of arguments */
 
 #define LOAD_CONST     100     /* Index in const list */
 #define LOAD_NAME      101     /* Index in name list */