Message256158
| 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:52 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, pitrou, scoder, eli.bendersky, python-dev |
| 2015-12-09 18:15:52 | serhiy.storchaka | set | messageid: <1449684952.74.0.207325530549.issue25638@psf.upfronthosting.co.za> |
| 2015-12-09 18:15:52 | serhiy.storchaka | link | issue25638 messages |
| 2015-12-09 18:15:52 | serhiy.storchaka | create | |