]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` subclasse...
authorBartosz Sławecki <bartosz@ilikepython.com>
Thu, 6 Mar 2025 04:45:47 +0000 (05:45 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Mar 2025 04:45:47 +0000 (20:45 -0800)
commit293fa3433e40f5b0a7aa4d5b94f53c06b2187b25
treef2c1ea82b9995e30a85fa76c406977dd885e081a
parent5e73ece95e8aa92d0695acb039ef54e2103ce66b
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` subclasses (#130082)
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-02-13-15-10-56.gh-issue-85795.jeXXI9.rst [new file with mode: 0644]