]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sun, 2 Apr 2023 13:22:19 +0000 (14:22 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 13:22:19 +0000 (14:22 +0100)
commit6d59c9e32ebb6d8468c7eb26e7cf3efd458c7a73
tree908d594aba573e0e8d2e2b7edb87a8b4a93101df
parentd828b35785eeb590b8ca92684038f33177989e46
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034)
Doc/library/typing.rst
Doc/whatsnew/3.12.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-03-25-16-57-18.gh-issue-102433.L-7x2Q.rst [new file with mode: 0644]