[issue47237] Inheritance from base class with property in class makes them non-instantiatable

Jelle Zijlstra report at bugs.python.org
Wed Apr 6 11:46:01 EDT 2022


Jelle Zijlstra <jelle.zijlstra at gmail.com> added the comment:

I think the behavior with regular classes is expected (that's just how inheritance works), but a case could be made that dataclasses should handle this case specially.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47237>
_______________________________________


More information about the Python-bugs-list mailing list