[issue41295] CPython 3.8.4 regression on __setattr__ in multiinheritance with metaclasses

David Lord report at bugs.python.org
Tue Jul 14 11:41:44 EDT 2020


David Lord <davidism at gmail.com> added the comment:

It appears to be solved in Flask-SQLAlchemy's development version already, as the mixins now inherit from `type`. We caught the issue when we started applying flake8 (possibly through flake8-bugbear).

----------
nosy: +davidism

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


More information about the Python-bugs-list mailing list