]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96151: Use a private name for passing builtins to dataclass. This now allows for...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 31 Oct 2022 12:31:01 +0000 (05:31 -0700)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 12:31:01 +0000 (08:31 -0400)
commit29f98b46b77ee528477b9a7b335974b9682f7f14
treeb4c0b421d8c8412bd33bede75f41782b2a9fe250
parent87b5fd9d9de11c68b9940d3a1dba902138129109
gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2022-10-10-07-07-31.gh-issue-96151.K9fwoq.rst [new file with mode: 0644]