]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711)
authorDavid Ellis <ducksual@gmail.com>
Mon, 10 Nov 2025 13:57:11 +0000 (13:57 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 13:57:11 +0000 (14:57 +0100)
commit12837c63635559873a5abddf511d38456d69617b
tree96281488a484598e66b57a60e5b8ada1d8721c90
parent9f5152441d32166134c3c64f56f974b9476f9478
gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711)
Doc/whatsnew/3.15.rst
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2025-10-21-15-54-13.gh-issue-137530.ZyIVUH.rst [new file with mode: 0644]