Kaydet (Commit) 22adf2ac authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

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.
üst 47a9d59d
......@@ -115,6 +115,10 @@ Core and Builtins
Library
-------
- 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.
- Issue #25902: Fixed various refcount issues in ElementTree iteration.
- Issue #22227: The TarFile iterator is reimplemented using generator.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment