]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25873: Optimized iterating ElementTree.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Dec 2015 10:43:54 +0000 (12:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Dec 2015 10:43:54 +0000 (12:43 +0200)
commit22adf2ac022d6667a8689d6fac8af44c7663e3f2
treec75f6234a3b747a747ab3c9aaa738fc0139c85db
parent47a9d59d5115fc2d9c29035d9ae4418eb1800f44
Issue #25873: Optimized iterating ElementTree.
Iterating elements Element.iter() is now 40% faster,
iterating text Element.itertext() is now up to 2.5 times faster.
Misc/NEWS
Modules/_elementtree.c