This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients barry, ned.deily, rbcollins, serhiy.storchaka, steve.dower, stevenk
Date 2016-09-12.03:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473650297.37.0.964368759544.issue28086@psf.upfronthosting.co.za>
In-reply-to
Content
I added a fix in 7793d34609cb assuming that the intent is to allow subclasses of tuple to be passed directly as *args rather than creating a new tuple. The original changeset seems to suggest this is the intent.
History
Date User Action Args
2016-09-12 03:18:17steve.dowersetrecipients: + steve.dower, barry, rbcollins, ned.deily, serhiy.storchaka, stevenk
2016-09-12 03:18:17steve.dowersetmessageid: <1473650297.37.0.964368759544.issue28086@psf.upfronthosting.co.za>
2016-09-12 03:18:17steve.dowerlinkissue28086 messages
2016-09-12 03:18:17steve.dowercreate