]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)
authorCarl Meyer <carl@oddbird.net>
Fri, 6 Jan 2023 00:19:40 +0000 (17:19 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2023 00:19:40 +0000 (19:19 -0500)
commit0a7936a38f0bab1619ee9fe257880a51c9d839d5
treed80b3a2e48200408d41b415beacd59a1f4b2b0c5
parentcc8748712e78805c5be4a0a3f98cfb5c35026d0e
gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)

Avoid RecursionError on recursive dataclass field repr
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2023-01-04-22-10-31.gh-issue-90104.yZk5EX.rst [new file with mode: 0644]