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

Eric V. Smith report at bugs.python.org
Wed May 9 17:50:52 EDT 2018


Eric V. Smith <eric at trueblade.com> added the comment:

This is a known issue, but it wasn't being tracked here. So, thanks for opening the issue.

https://github.com/ericvsmith/dataclasses/issues/92#issuecomment-382473127

Not to put Łukasz on the spot (he's sitting behind me even as we speak), but I think we missed the window for 3.7.0 for this. I'll discuss it with him.

----------
nosy: +lukasz.langa
title: from __future__ import annotations breaks dataclasses ClassVar handling -> from __future__ import annotations breaks dataclasses ClassVar and InitVar handling

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


More information about the Python-bugs-list mailing list