]> 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:32 +0000 (07:12 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 15:12:32 +0000 (07:12 -0800)
commitbde3765a3fd21e2ecf595a57998b285e3045f744
tree151e767bcc3ce537287edd6353f84dca720213e2
parent76b072717a160c44cb8d54be3d5e878bc31f2c38
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