]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137530: generate an __annotate__ function for dataclasses __init__ (GH...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 10 Nov 2025 15:14:32 +0000 (07:14 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 15:14:32 +0000 (07:14 -0800)
commit727cdcba8ea01a1f317f560bc9fc8fbd2912011d
tree68cb61bdd90159a69c8f47d8820efa14f22e7953
parent92210309094ca2c8617ecc9662671a2c376bae10
[3.14] gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137711) (#141352)

(cherry picked from commit 12837c63635559873a5abddf511d38456d69617b)

Co-authored-by: David Ellis <ducksual@gmail.com>
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]