]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 14 Jun 2023 12:35:06 +0000 (05:35 -0700)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 12:35:06 +0000 (05:35 -0700)
commitfc8037d84c5f886849a05ec993dd0f79a356d372
tree7bc4cd546bc2c4e2c345f20247cd16eb27fbdcdc
parentba516e70c6d156dc59dede35b6fc3db0151780a5
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.13.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-05-24-09-55-33.gh-issue-104873.BKQ54y.rst [new file with mode: 0644]