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 lemburg, mark.dickinson, pitrou
Date 2009-01-31.23:39:19
SpamBayes Score 0.000490878
Marked as misclassified No
Message-id <1233445163.83.0.895708189545.issue4704@psf.upfronthosting.co.za>
In-reply-to
Content
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()).
History
Date User Action Args
2009-01-31 23:39:24pitrousetrecipients: + pitrou, lemburg, mark.dickinson
2009-01-31 23:39:23pitrousetmessageid: <1233445163.83.0.895708189545.issue4704@psf.upfronthosting.co.za>
2009-01-31 23:39:22pitroulinkissue4704 messages
2009-01-31 23:39:22pitroucreate