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 rhettinger
Recipients berker.peksag, docs@python, eric.araujo, ivank, r.david.murray, rhettinger
Date 2014-03-21.22:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395439771.41.0.844257589245.issue10240@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe the fastpath should do a strict check and not 
> be used for subclasses of dict?

This code is ancient and well-established.  IMO, nothing good can come from changing it (besides slowing down code that is already deployed and working fine).
History
Date User Action Args
2014-03-21 22:09:31rhettingersetrecipients: + rhettinger, eric.araujo, r.david.murray, ivank, docs@python, berker.peksag
2014-03-21 22:09:31rhettingersetmessageid: <1395439771.41.0.844257589245.issue10240@psf.upfronthosting.co.za>
2014-03-21 22:09:31rhettingerlinkissue10240 messages
2014-03-21 22:09:31rhettingercreate