]> 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:43:38 +0000 (19:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Sep 2016 16:43:38 +0000 (19:43 +0300)
commitf02f93eccabad16d694bcf44d6bf6fa0df8f2ade
tree0acf4e186e85b1b9fc0ffed839cbf3e15c41c3ed
parentea8f2a6d090218a3e64fec855316ae0e73bc48ec
parent63dc548109c4f5e17280382831b93fb8e9da9207
Issue #28086: Single var-positional argument of tuple subtype was passed
unscathed to the C-defined function.  Now it is converted to exact tuple.
Misc/NEWS