]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17531)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Dec 2019 16:07:51 +0000 (08:07 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 9 Dec 2019 16:07:51 +0000 (17:07 +0100)
commit0d57db27f2c563b6433a220b646b50bdeff8a1f2
treebde5c603d4ccbc919c3bb65539fd2d255930aec0
parent79c29742a8ba96fc933efe34e55e90537b3eb780
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17531)

(cherry picked from commit d219cc4180e7589807ebbef7421879f095e72a98)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/dataclasses.py
Lib/test/dataclass_textanno.py [new file with mode: 0644]
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst [new file with mode: 0644]