]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149571: Fix the C implementation of Element.itertext() (GH-149929)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 May 2026 10:23:28 +0000 (13:23 +0300)
committerGitHub <noreply@github.com>
Wed, 27 May 2026 10:23:28 +0000 (13:23 +0300)
commit7de4fcd44585f572acbcee23f5c7018b2b3f0983
tree6757b71c5b89a0493dc2ba8ab71c196c05199aee
parent776573c9f08f70ae9cb2327a905a42f265b331a6
gh-149571: Fix the C implementation of Element.itertext() (GH-149929)

It no longer emits text for comments and processing instructions.
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2026-05-17-02-25-56.gh-issue-149571.LNyuWJ.rst [new file with mode: 0644]
Modules/_elementtree.c