]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (#148802)
authorStan Ulbrych <stan@python.org>
Tue, 21 Apr 2026 16:20:18 +0000 (17:20 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2026 16:20:18 +0000 (17:20 +0100)
commit33e82be1746a964b595b2bba64f38a5787681eb3
tree330c35a63acdb5e0cc9612cd0083f877a5802813
parent1274766d3c29007ab77245a72abbf8dce2a9db4d
gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (#148802)
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2026-04-20-18-29-21.gh-issue-148801.ROeNqs.rst [new file with mode: 0644]
Modules/_elementtree.c