commit | 8889627b53e1eea2e32590f1867fbb0b0fc7407f | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Thu Aug 22 18:48:01 2019 +0100 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Aug 22 10:48:01 2019 -0700 |
tree | a28a53f3be4dc5001f57753c8af6d1646afb7c98 | |
parent | d0cdeaab76fef8a6e5a04665df226b6659111e4e [diff] |
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