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 <[email protected]>
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: <[email protected]>
2009-01-31 23:39:22pitroulinkissue4704 messages
2009-01-31 23:39:22pitroucreate