This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, eli.bendersky, pitrou, python-dev, scoder, serhiy.storchaka
Date 2015-12-09.18:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449684952.74.0.207325530549.issue25638@psf.upfronthosting.co.za>
In-reply-to
Content
Following patch speeds up ElementTree parsing (the result of the etree parse benchmark is improved by 10%). Actually it restores 2.7 code and avoids creating an empty dict for attributes if not needed.
History
Date User Action Args
2015-12-09 18:15:52serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou, scoder, eli.bendersky, python-dev
2015-12-09 18:15:52serhiy.storchakasetmessageid: <1449684952.74.0.207325530549.issue25638@psf.upfronthosting.co.za>
2015-12-09 18:15:52serhiy.storchakalinkissue25638 messages
2015-12-09 18:15:52serhiy.storchakacreate