]> granicus.if.org Git - python/commit
Issue #28086: Single var-positional argument of tuple subtype was passed
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Sep 2016 16:41:20 +0000 (19:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Sep 2016 16:41:20 +0000 (19:41 +0300)
commit63dc548109c4f5e17280382831b93fb8e9da9207
tree84948c6fe6dbb4db020fed4458b5aef220b42adb
parent5ed548715a2115ec73fce92074ac97ed832d2e19
Issue #28086: Single var-positional argument of tuple subtype was passed
unscathed to the C-defined function.  Now it is converted to exact tuple.
Lib/test/test_getargs2.py
Misc/NEWS
Python/ceval.c