]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146056: Rework ref counting in treebuilder_handle_end() (#146167)
authorVictor Stinner <vstinner@python.org>
Mon, 23 Mar 2026 11:17:54 +0000 (12:17 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 11:17:54 +0000 (12:17 +0100)
commit90f9991abb2ef6422ec0ea8330533966a84d8c8f
tree01847b4b87fe0293fdcc1f2e50156bfd33b2a40d
parentfb8d8d9c9f9cbc94fa58887e13e63bf33fe0caac
gh-146056: Rework ref counting in treebuilder_handle_end() (#146167)

Use more regular code to handle reference counting in
treebuilder_handle_end().

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/_elementtree.c