commit | 9ec5e25f26a490510bb5da5c26a276cd30a263a0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Dec 07 02:31:11 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Dec 07 02:31:11 2015 +0200 |
tree | a0eac2557139a2e7f43c753a90993fc0a7894b4e | |
parent | f2fdfe1f8859db62e73323f918149f3936e5e0e9 [diff] |
Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster. ElementTree.XMLParser._setevents now accepts any objects with the append method, not just a list.