[Python-checkins] r67671 - python/branches/py3k-issue1717/Tools/pybench/Calls.py

M.-A. Lemburg mal at egenix.com
Tue Dec 9 18:41:17 CET 2008


On 2008-12-09 18:12, Mark Dickinson wrote:
> M.-A. Lemburg <mal <at> egenix.com> writes:
> 
>> No, it has to be a builtin function. The point of the test is
>> to measure call overhead for builtin functions.
> 
>>>> Since range() returns an iterator in Py3, we'll also need
>>>> to change that function in the test.
> 
> How about complex() for f2 and three-argument pow()
> for f3?

Good idea.

> I'll bump the version number to 3.0 and add a note to
> the README.

Thanks.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Dec 09 2008)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2008-12-02: Released mxODBC.Connect 1.0.0      http://python.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/


More information about the Python-checkins mailing list