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 jcea, rhettinger, serhiy.storchaka
Date 2012-11-26.21:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353965177.53.0.713046746529.issue16562@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a simple patch.

> Note, the optimized path should be used only when PyDict_CheckExact() is true.

Actually this is not needed. dict_equal() uses the same code for dict subclasses.
History
Date User Action Args
2012-11-26 21:26:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea
2012-11-26 21:26:17serhiy.storchakasetmessageid: <1353965177.53.0.713046746529.issue16562@psf.upfronthosting.co.za>
2012-11-26 21:26:17serhiy.storchakalinkissue16562 messages
2012-11-26 21:26:17serhiy.storchakacreate