]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137191: Fix how type parameters are collected from `Protocol` and `Generic` bases...
authorsobolevn <mail@sobolevn.me>
Sun, 3 Aug 2025 07:40:55 +0000 (10:40 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 07:40:55 +0000 (10:40 +0300)
commit158b28dd1906c5d3fac7955f87ba808f1e89fdad
treec4e5092a34311f9147c3de57119fdd8ef03ef357
parent801cf3fcdd27d8b6dd0fdd3c39e6c996e2b2f7fa
gh-137191: Fix how type parameters are collected from `Protocol` and `Generic` bases with parameters (#137281)
Doc/whatsnew/3.15.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-07-31-16-43-16.gh-issue-137191.FIogE8.rst [new file with mode: 0644]