]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28556: Add a regression test to typing (GH-15396)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Aug 2019 18:11:27 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 18:11:27 +0000 (11:11 -0700)
commit5fda09cc1ebcb364a660bc5a831ef8f6463d810b
tree24bb9fa5d6707a5b72514924995dc6881e2e4148
parentcb8de91dadf15925fb95069cb190398e1d485f56
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
(cherry picked from commit 8889627b53e1eea2e32590f1867fbb0b0fc7407f)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
Lib/test/test_typing.py