diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-02 10:33:46 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-02 10:33:46 +0300 |
commit | 7344285c1919e5ade8016a83a3ee02fd637a030d (patch) | |
tree | f5ac9aea45f055c175d1c462f63eb4fb341830b0 /Python/opcode_targets.h | |
parent | 8f0f2056499847999fffa7af7a8872500a191203 (diff) | |
download | cpython-git-7344285c1919e5ade8016a83a3ee02fd637a030d.tar.gz |
Issue #28257: Improved error message when pass a non-iterable as
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index 6d996f064d..72d24080d8 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -157,7 +157,7 @@ static void *opcode_targets[256] = { &&TARGET_FORMAT_VALUE, &&TARGET_BUILD_CONST_KEY_MAP, &&TARGET_BUILD_STRING, - &&_unknown_opcode, + &&TARGET_BUILD_TUPLE_UNPACK_WITH_CALL, &&_unknown_opcode, &&_unknown_opcode, &&_unknown_opcode, |