]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Oct 2023 18:27:35 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2023 18:27:35 +0000 (18:27 +0000)
commit4a1026077af65b308c98cdfe181b5f94c46fb48a
tree5c25d1f59f52501b13f03608edf0c027f1661b46
parentdfc8d7ac935e09f85b01e3f946d5aa525a3ea696
[3.12] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (GH-111127) (#111130)

gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (GH-111127)
(cherry picked from commit ea7c26e4b89c71234c4a603567a93f0a44c9cc97)

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