[issue11610] Improved support for abstract base classes with descriptors

Darren Dale report at bugs.python.org
Mon Dec 5 19:25:51 CET 2011


Darren Dale <dsdale24 at gmail.com> added the comment:

Patch addressing latest comments in review. Notable change: defines _PyObject_IsAbstract in object.c/object.h, rather than repeating the code in multiple files and functions.

----------
Added file: http://bugs.python.org/file23857/abc_descriptor.patch

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


More information about the Python-bugs-list mailing list