]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82129: Improve annotations for make_dataclass() (#133406)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 5 May 2025 15:21:32 +0000 (08:21 -0700)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 15:21:32 +0000 (08:21 -0700)
commitbb5ec6ea6e2fd270882dd9244c7d050882470095
tree738dfcb50ab271bfd02dd43695b740c190bb5d5c
parent4e498d1e8b6416820835b48b969390ff4cccac07
gh-82129: Improve annotations for make_dataclass() (#133406)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/dataclasses.py
Lib/test/test_dataclasses/__init__.py
Misc/NEWS.d/next/Library/2024-09-18-09-15-40.gh-issue-82129.GQwt3u.rst [new file with mode: 0644]