[issue11610] Improved support for abstract base classes with descriptors

Darren Dale report at bugs.python.org
Sun Jun 19 20:44:42 CEST 2011


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

Here is attempt #4. This patch extends the property, classmethod and staticmethod builtins with an __isabstractmethod__ descriptor. Docs and tests are updated as well. "make test" runs without failures. This is my first real attempt with the C-API, and I think I am finally over the learning curve, but comments would be greatly appreciated.

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

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


More information about the Python-bugs-list mailing list