]> granicus.if.org Git - python/commit
bpo-28556: Add a regression test to typing (GH-15396)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Thu, 22 Aug 2019 17:48:01 +0000 (18:48 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Aug 2019 17:48:01 +0000 (10:48 -0700)
commit8889627b53e1eea2e32590f1867fbb0b0fc7407f
treea28a53f3be4dc5001f57753c8af6d1646afb7c98
parentd0cdeaab76fef8a6e5a04665df226b6659111e4e
bpo-28556: Add a regression test to typing (GH-15396)

This adds a regression test for the issue found in the Python 2 backport, see https://github.com/python/typing/issues/656

https://bugs.python.org/issue28556
Lib/test/test_typing.py