]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117516: Implement typing.TypeIs (#117517)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 9 Apr 2024 10:50:37 +0000 (06:50 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 10:50:37 +0000 (10:50 +0000)
commitf2132fcd2a6da7b2b86e80189fa009ce1d2c753b
tree60af726eaededf67441d206a154b2bc1cec0e0f7
parent57183241af76bf33e44d886a733f799d20fc680c
gh-117516: Implement typing.TypeIs (#117517)

See PEP 742.

Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/typing.rst
Doc/whatsnew/3.13.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-04-03-16-01-31.gh-issue-117516.7DlHje.rst [new file with mode: 0644]