]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659)
authorMatt Van Horn <mvanhorn@users.noreply.github.com>
Tue, 10 Mar 2026 13:20:42 +0000 (06:20 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 13:20:42 +0000 (14:20 +0100)
commit2d35f9bc1cf61b27639ed992dfbf363ab436fd8b
treeda624d3c49478770b10e760c7118b9537cc1e92b
parent728e4a075e3dae7e04edf90ad137a35073deb141
gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659)

Co-Authored-By: Thomas Kowalski <thom.kowa@gmail.com>
Lib/test/test_defaultdict.py
Misc/NEWS.d/next/Library/2026-03-09-00-00-00.gh-issue-145492.457Afc.rst [new file with mode: 0644]
Modules/_collectionsmodule.c