[issue34995] functools.cached_property does not maintain the wrapped method's __isabstractmethod__

Guido van Rossum report at bugs.python.org
Fri Nov 16 23:51:07 EST 2018


Guido van Rossum <guido at python.org> added the comment:

This is runtime behavior, mypy doesn't care either way. It triggers on the presence of the decorator, not on what attributes it sets at runtime on the object.

----------

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


More information about the Python-bugs-list mailing list