We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb24e5 commit 4dccc96Copy full SHA for 4dccc96
1 file changed
Misc/NEWS.d/next/Library/2026-06-22-18-00-00.gh-issue-94345.Hq3vNb.rst
@@ -1,4 +1,3 @@
1
:func:`dataclasses.asdict` and :func:`dataclasses.astuple` now raise
2
:exc:`ValueError` when the dataclass instance contains a circular reference,
3
-instead of recursing until a :exc:`RecursionError` (or crashing on a release
4
-build).
+instead of recursing until a :exc:`RecursionError`.
0 commit comments