summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-01-14 18:38:56 (GMT)
committerGuido van Rossum <guido@python.org>1992-01-14 18:38:56 (GMT)
commit22f863feeeb355cc82bf0f9e8a663725f949e9ec (patch)
treed3725d897d46e8a9cd1edcc745fe5a08825846ee /Include
parent2d709b1608a7038fc41d6217389e6b6d4dbc7359 (diff)
downloadcpython-22f863feeeb355cc82bf0f9e8a663725f949e9ec.zip
cpython-22f863feeeb355cc82bf0f9e8a663725f949e9ec.tar.gz
cpython-22f863feeeb355cc82bf0f9e8a663725f949e9ec.tar.bz2
Added UNPACK_VARARG.
Diffstat (limited to 'Include')
-rw-r--r--Include/opcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index 08744f9..43b8d3e 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -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 */