This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rzepecki.t
Recipients rzepecki.t
Date 2021-08-12.21:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628803001.12.0.882298478545.issue44904@roundup.psfhosted.org>
In-reply-to
Content
Subclassing an abc with an abstract class property yields to unexpected behaviour: the class property is called, and an abstract class may be erroneously considered concrete.

See https://stackoverflow.com/a/68763572/4434666 for details.
History
Date User Action Args
2021-08-12 21:16:41rzepecki.tsetrecipients: + rzepecki.t
2021-08-12 21:16:41rzepecki.tsetmessageid: <1628803001.12.0.882298478545.issue44904@roundup.psfhosted.org>
2021-08-12 21:16:40rzepecki.tlinkissue44904 messages
2021-08-12 21:16:40rzepecki.tcreate