[docs] [issue10977] Concrete object C API considered harmful to subclasses of builtin types

Stefan Krah report at bugs.python.org
Mon Oct 21 12:01:25 CEST 2013


Stefan Krah added the comment:

I'm also in favor of a clean separation between the concrete and abstract
APIs (see also #12965).  Why can't the concrete functions be locked down
with *CheckExact()?  If there's any breakage in third party modules,
it's easy to fix (probably much easier than the Unicode changes in 3.3).

----------
nosy: +skrah

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


More information about the docs mailing list