]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Improve assert_type phrasing (GH-104081) (#104084)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 May 2023 07:44:16 +0000 (00:44 -0700)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 07:44:16 +0000 (08:44 +0100)
commit3e7e50e65632d6fb45b2055b0351a117f9f953b9
tree33653a3fb30b2bae58754fa91e0ca9aef52082a3
parent0d4026432591d43185568dd31cef6a034c4b9261
[3.11] Improve assert_type phrasing (GH-104081) (#104084)

Improve assert_type phrasing (GH-104081)

I'd like to make the fact that this does nothing at runtime
really obvious, since I suspect this is unintuitive for users who are
unfamiliar with static type checking.

I thought of this because of
https://discuss.python.org/t/add-arg-check-type-to-types/26384
wherein I'm skeptical that the user really did want `assert_type`.
(cherry picked from commit 82ba6ce303d04a7b21034e38d220e23ca9f1dc0a)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/library/typing.rst
Lib/typing.py