Skip to content

Commit f09ce9a

Browse files
committed
Trigger CI: all review feedback addressed
1 parent a4be61f commit f09ce9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/next/Library/2026-03-22-15-13-47.gh-issue-146152.0emb80.rst renamed to Misc/NEWS.d/next/Library/2026-03-22-15-25-27.gh-issue-146152.jdQhly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Fix a memory leak in the :mod:`json` module when a RecursionError occurs
2-
during encoding. Previously, objects created in the `default()` function
2+
during encoding. Previously, objects created in the ``default()`` function
33
while recursively encoding JSON could remain alive due to being tracked
44
indefinitely in the encoder's internal circular-reference dictionary. This
55
change ensures such objects are properly freed after the exception.

0 commit comments

Comments
 (0)