]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Oct 2019 12:04:05 +0000 (05:04 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2019 12:04:05 +0000 (05:04 -0700)
commit6da52ac411947d1a7958bbad831fcf8dfc8c95fe
treed72f830cb7de4d7b089a3061f1cebd7301b95862
parentba44ea6ff8be2b7874c4358f89d5b6f4a558f711
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)

(cherry picked from commit 793cb85437299a3da3d74fe65480d720af330cbb)

Co-authored-by: Samuel Colvin <samcolvin@gmail.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-10-10-16-53-00.bpo-38431.d5wzNp.rst [new file with mode: 0644]