]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Feb 2022 15:12:17 +0000 (07:12 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 15:12:17 +0000 (07:12 -0800)
commitd29bbc22b08551afce24e933f43bfcb6e980cb08
tree4c217ec0552e4397860b48abcd2e77235e7d192b
parentc2735b75afd530631efde4ddd3cb24bbdc285559
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)

(cherry picked from commit d2d1d49eaccaa83eb8873ba15f2fc9562143bc56)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py