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 lemburg
Recipients lemburg, mark.dickinson, pitrou
Date 2009-02-02.17:12:28
SpamBayes Score 7.0315656e-09
Marked as misclassified No
Message-id <4987297B.8020903@egenix.com>
In-reply-to <1233445163.83.0.895708189545.issue4704@psf.upfronthosting.co.za>
Content
On 2009-02-01 00:39, Antoine Pitrou wrote:
> Antoine Pitrou <pitrou@free.fr> added the comment:
> 
> The patch changes results a lot compared to the previous version
> (BuiltinFunctionCalls is 3x slower). I propose the following patch,
> which gives roughly the same runtimes as before (I use divmod() and
> max() rather than complex() and pow()).

Even better.

However, please see my comments on the ticket:

 * the version numbers of unaffected tests do not need to be
   changed

 * the major pybench version number also doesn't need to be
   bumped to 3.0, a minor revision (2.1) is good enough

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
History
Date User Action Args
2009-02-02 17:12:30lemburgsetrecipients: + lemburg, mark.dickinson, pitrou
2009-02-02 17:12:29lemburglinkissue4704 messages
2009-02-02 17:12:28lemburgcreate