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

Benjamin Peterson report at bugs.python.org
Tue Apr 5 16:12:59 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

I find this extremely ugly. The correct way to handle this is to use the generic methods themselves. Really, the type-specific names should only be used when you have just created the type or done PyXXX_CheckExact() yourself on it.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list