New submission from Tomasz Rzepecki <rzepeck...@gmail.com>:

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.

----------
files: bug_report.py
messages: 399482
nosy: rzepecki.t
priority: normal
severity: normal
status: open
title: Erroneous behaviour for abstract class properties
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file50212/bug_report.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44904>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to