Serhiy Storchaka added the comment:

The iterparse benchmark in 3.6 still is 30% slower than in 2.7. The parse 
benchmark is 70% slower. Hence there are other causes of the slowing down.

One of causes is that in 3.x an empty dict instead of None is passed to start 
handler as attrib parameter if the start tag has no attributes. This makes 
parsing parsing about 10% slower.

----------
stage: commit review -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25638>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to