[issue18594] C accelerator for collections.Counter is slow

Serhiy Storchaka report at bugs.python.org
Mon Sep 30 20:07:16 CEST 2013


Serhiy Storchaka added the comment:

Benchmarking results look great.

But isn't _PyObject_LookupSpecial() more appropriate function for special methods lookup than PyObject_GetAttrString()?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18594>
_______________________________________


More information about the Python-bugs-list mailing list