]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
authorBrandt Bucher <brandt@python.org>
Thu, 8 Apr 2021 19:54:34 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 19:54:34 +0000 (12:54 -0700)
commitd92c59f48680122ce0e4d1ccf69d92b983e8db01
tree439083fc302e91d4f4819425cbb5a0635f493b48
parent28d28e053db6b69d91c2dfd579207cd8ccbc39e7
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2021-04-08-09-59-20.bpo-43764.tHjO60.rst [new file with mode: 0644]