]> granicus.if.org Git - python/commit
Issue #28257: Improved error message when pass a non-iterable as
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 07:33:46 +0000 (10:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 07:33:46 +0000 (10:33 +0300)
commit7344285c1919e5ade8016a83a3ee02fd637a030d
treef5ac9aea45f055c175d1c462f63eb4fb341830b0
parent8f0f2056499847999fffa7af7a8872500a191203
Issue #28257: Improved error message when pass a non-iterable as
a var-positional argument.  Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_extcall.py
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/importlib_external.h
Python/opcode_targets.h