Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I think it is impossible to get significant impact on the Python benchmark 
suite from this patch. But mickrobenchmarks can expose the regression if it 
exists. Something like:

    ./python -m perf timeit -s 'class A:' -s ' @classmethod' -s ' def cm(cls): 
pass' -- 'A.cm()'
    ./python -m perf timeit -s 'class A:' -s ' @classmethod' -s ' def cm(cls): 
pass' -s 'f = A.cm' -- 'f()'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue19072>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to