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 pitrou
Recipients brett.cannon, pitrou, scoder
Date 2013-03-29.17:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364579627.36.0.0943036015561.issue17573@psf.upfronthosting.co.za>
In-reply-to
Content
Haven't looked at the patch in detail but a couple of things:

- I don't think we need to benchmark the slow pure-Python ET, except when the fast version isn't present (basically, the main benchmark should try cET and then fallback on ET)

- I'm ok with lxml being benchmarked, but only if a well-defined version is included in the source tree (the problem being of course that it's not pure Python, so it will have to be built on the fly, assuming all dependencies are present :-/)
History
Date User Action Args
2013-03-29 17:53:47pitrousetrecipients: + pitrou, brett.cannon, scoder
2013-03-29 17:53:47pitrousetmessageid: <1364579627.36.0.0943036015561.issue17573@psf.upfronthosting.co.za>
2013-03-29 17:53:47pitroulinkissue17573 messages
2013-03-29 17:53:47pitroucreate