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

Antoine Pitrou report at bugs.python.org
Sun Mar 20 21:31:44 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> The problem isn't a lack of available abstract
> functions.

Then what is it exactly?
You are arguing for PyList_SetItem() to have the same semantics as
PyObject_SetItem(), but what's the point of having two functions which
do exactly the same thing? It doesn't make sense to me.

----------

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


More information about the Python-bugs-list mailing list