[issue10977] Concrete object C API needs abstract path for subclasses of builtin types

Nick Coghlan report at bugs.python.org
Tue Apr 5 14:43:13 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I added a few commments on Daniel's draft patch. However, I'm getting nervous about the performance impact of all these extra pointer comparisons.

We should probably hold off on this until more of the macro benchmark suite runs on Py3k so we can get as hint as to the possible speed impact on real application code.

----------

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


More information about the Python-bugs-list mailing list