[New-bugs-announce] [issue44904] Erroneous behaviour for abstract class properties

Tomasz Rzepecki report at bugs.python.org
Thu Aug 12 17:16:41 EDT 2021


New submission from Tomasz Rzepecki <rzepecki.t at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44904>
_______________________________________


More information about the New-bugs-announce mailing list