]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46480: add typing.assert_type (GH-30843)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 17 Mar 2022 03:02:26 +0000 (20:02 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 03:02:26 +0000 (20:02 -0700)
commit96568e995d840c66edb25b6b9d85e4dcccf5a936
tree907a903c2807fb7437b4e5a5779d034609320a9f
parent7c353b7594545fb9403b3123a17ad06cadc2f73d
bpo-46480: add typing.assert_type (GH-30843)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: David Foster <david@dafoster.net>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-23-16-33-07.bpo-46480.E4jHlh.rst [new file with mode: 0644]