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

Mark Dickinson dickinsm at gmail.com
Tue Dec 9 18:12:49 CET 2008


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?

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



More information about the Python-checkins mailing list