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 Behdad.Esfahbod
Recipients Behdad.Esfahbod, ned.deily, ronaldoussoren
Date 2015-04-23.23:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429831084.77.0.347780174747.issue24040@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have a valid use-case in mind.  I was reading the code and noticed this discrepancy.

(4) replace the isinstance(self.stack[-1], type({})) with not isinstance(self.stack[-1], type([])).
History
Date User Action Args
2015-04-23 23:18:04Behdad.Esfahbodsetrecipients: + Behdad.Esfahbod, ronaldoussoren, ned.deily
2015-04-23 23:18:04Behdad.Esfahbodsetmessageid: <1429831084.77.0.347780174747.issue24040@psf.upfronthosting.co.za>
2015-04-23 23:18:04Behdad.Esfahbodlinkissue24040 messages
2015-04-23 23:18:04Behdad.Esfahbodcreate