]> granicus.if.org Git - python/commit
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Dec 2017 10:30:41 +0000 (12:30 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2017 10:30:41 +0000 (12:30 +0200)
commit13a6c098c215921e35004f9d3a9b70f601e56500
treecda014f1d730c1b10abc45484b9e2cf7ea04aa33
parenta8f4e15f3d33084862ddd3a7d58cd00034e94f16
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
Lib/test/test_dataclasses.py
Lib/test/test_unpack.py
Lib/test/test_unpack_ex.py
Misc/NEWS.d/next/Core and Builtins/2017-12-16-14-30-21.bpo-32259.GoOJiX.rst [new file with mode: 0644]
Python/ceval.c