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 torsava
Recipients SilentGhost, berker.peksag, docs@python, r.david.murray, rbcollins, torsava
Date 2016-08-31.11:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472642610.26.0.875041103433.issue27910@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Berker: It's a bit complicated—this specific issue I opened isn't a regression, because it's exactly the change that was intended: Use FrameSummary instead of a 4-tuple to pass the frame data.

If you see the last comment for the issue 25573 you linked to, that issue has already been resolved by the docs being updated to reflect the new way of passing data.

However, that is not to say there can't be regressions connected to this, but they have to do with the fact that FrameSummary implements only a subset of methods available of tuples. E.g. that FrameSummary does not implement __len__ like tuple does, see issue 26502.
History
Date User Action Args
2016-08-31 11:23:30torsavasetrecipients: + torsava, rbcollins, r.david.murray, SilentGhost, docs@python, berker.peksag
2016-08-31 11:23:30torsavasetmessageid: <1472642610.26.0.875041103433.issue27910@psf.upfronthosting.co.za>
2016-08-31 11:23:30torsavalinkissue27910 messages
2016-08-31 11:23:30torsavacreate