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 wbolster
Recipients rhettinger, tim.peters, wbolster
Date 2017-07-13.14:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499955321.16.0.699293671477.issue30907@psf.upfronthosting.co.za>
In-reply-to
Content
fwiw, "if (PyDict_CheckExact(a) && a == b)" amounts to two pointer comparisons, the overhead of which is too small to measure. (i tried.)
History
Date User Action Args
2017-07-13 14:15:21wbolstersetrecipients: + wbolster, tim.peters, rhettinger
2017-07-13 14:15:21wbolstersetmessageid: <1499955321.16.0.699293671477.issue30907@psf.upfronthosting.co.za>
2017-07-13 14:15:21wbolsterlinkissue30907 messages
2017-07-13 14:15:21wbolstercreate