[issue33453] from __future__ import annotations breaks dataclasses ClassVar and InitVar handling

Rick Teachey report at bugs.python.org
Fri May 11 15:02:42 EDT 2018


Rick Teachey <ricky at teachey.org> added the comment:

Lending my voice to the suggestion of limiting the class attribute check to `typing.ClassVar` and `ClassVar`. It can always be expanded later if it is needed.

----------

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


More information about the Python-bugs-list mailing list