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 Anoop.Thomas.Mathew, jcea, pconnell, rhettinger, scoder, serhiy.storchaka
Date 2013-09-30.18:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380564436.41.0.687817728239.issue18594@psf.upfronthosting.co.za>
In-reply-to
Content
Benchmarking results look great.

But isn't _PyObject_LookupSpecial() more appropriate function for special methods lookup than PyObject_GetAttrString()?
History
Date User Action Args
2013-09-30 18:07:16serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, scoder, pconnell, Anoop.Thomas.Mathew
2013-09-30 18:07:16serhiy.storchakasetmessageid: <1380564436.41.0.687817728239.issue18594@psf.upfronthosting.co.za>
2013-09-30 18:07:16serhiy.storchakalinkissue18594 messages
2013-09-30 18:07:16serhiy.storchakacreate