diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-02 10:34:46 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-02 10:34:46 +0300 |
commit | 775a0ea0da81cd97e22541949a385bb34eb8184f (patch) | |
tree | 7f2ec826b06ccfa9c2caf3ef906efb698be45488 /Python/opcode_targets.h | |
parent | 18c5e8e86f3ae2f67bbb893a5f89f9b4fb679f11 (diff) | |
parent | 7344285c1919e5ade8016a83a3ee02fd637a030d (diff) | |
download | cpython-git-775a0ea0da81cd97e22541949a385bb34eb8184f.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, |