]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ClassVar as string fails when getting type hints (GH-6824) (#6912)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 22:04:39 +0000 (15:04 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 16 May 2018 22:04:39 +0000 (18:04 -0400)
commit9c17cd3214987c35a60dd4076fc3530f2b79bf52
tree3a88b3a2018600436eaa12e0aa35c4cfc3fa4000
parent0c62e09774e445a185fd192524454ce697ca123b
Fix ClassVar as string fails when getting type hints (GH-6824) (#6912)

(cherry picked from commit 2d2d3b170bdebc085900bfa2a3bc81b5d132d0a8)

Co-authored-by: Nina Zakharenko <nzakharenko@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2018-05-15-18-02-03.bpo-0.pj2Mbb.rst [new file with mode: 0644]