[issue1819] Speed hack for function calls with named parameters

Marc-Andre Lemburg report at bugs.python.org
Wed Jun 11 23:29:48 CEST 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

On 2008-06-11 23:27, M.-A. Lemburg wrote:
> On 2008-06-11 20:38, Antoine Pitrou wrote:
>> Antoine Pitrou <pitrou at free.fr> added the comment:
>>
>> Here is a new patch against SVN trunk. Nothing changed, except that I
>> updated pybench to test keyword arguments as well.
>>
>> Added file: http://bugs.python.org/file10590/namedparam2.patch
> 
> When changing parameters or other aspects of pybench tests, you *have*
> to update the version number of the test as well. Otherwise, pybench
> would compare apples with oranges.

BTW: It would probably be better to add a completely new test
PythonNamedParameterCalls or something along those lines instead
of changing an existing test.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1819>
_______________________________________


More information about the Python-bugs-list mailing list