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 serhiy.storchaka
Recipients barry, gregory.p.smith, ned.deily, rbcollins, serhiy.storchaka, steve.dower, stevenk
Date 2016-09-22.09:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474537938.15.0.647964209576.issue28086@psf.upfronthosting.co.za>
In-reply-to
Content
The simplest way is just change PyTuple_Check to PyTuple_CheckExact in ceval.c. Maybe this is suboptimal for tuple subclasses (namedtuple?), but I think this is very rare case.
History
Date User Action Args
2016-09-22 09:52:18serhiy.storchakasetrecipients: + serhiy.storchaka, barry, gregory.p.smith, rbcollins, ned.deily, steve.dower, stevenk
2016-09-22 09:52:18serhiy.storchakasetmessageid: <1474537938.15.0.647964209576.issue28086@psf.upfronthosting.co.za>
2016-09-22 09:52:18serhiy.storchakalinkissue28086 messages
2016-09-22 09:52:18serhiy.storchakacreate