]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28257: Improved error message when pass a non-iterable as
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 07:34:46 +0000 (10:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 07:34:46 +0000 (10:34 +0300)
commit775a0ea0da81cd97e22541949a385bb34eb8184f
tree7f2ec826b06ccfa9c2caf3ef906efb698be45488
parent18c5e8e86f3ae2f67bbb893a5f89f9b4fb679f11
parent7344285c1919e5ade8016a83a3ee02fd637a030d
Issue #28257: Improved error message when pass a non-iterable as
a var-positional argument.  Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
Misc/NEWS
Python/ceval.c