From: Serhiy Storchaka Date: Thu, 22 Sep 2016 16:43:38 +0000 (+0300) Subject: Issue #28086: Single var-positional argument of tuple subtype was passed X-Git-Tag: v3.7.0a1~2407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f02f93eccabad16d694bcf44d6bf6fa0df8f2ade;p=thirdparty%2FPython%2Fcpython.git Issue #28086: Single var-positional argument of tuple subtype was passed unscathed to the C-defined function. Now it is converted to exact tuple. --- f02f93eccabad16d694bcf44d6bf6fa0df8f2ade