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 serhiy.storchaka
Recipients berker.peksag, daniel.urban, grahamd, gvanrossum, ionelmc, pitrou, rhettinger, serhiy.storchaka
Date 2018-07-07.18:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530986639.61.0.56676864532.issue19072@psf.upfronthosting.co.za>
In-reply-to
Content
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()'
History
Date User Action Args
2018-07-07 18:03:59serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, pitrou, grahamd, ionelmc, daniel.urban, berker.peksag
2018-07-07 18:03:59serhiy.storchakasetmessageid: <1530986639.61.0.56676864532.issue19072@psf.upfronthosting.co.za>
2018-07-07 18:03:59serhiy.storchakalinkissue19072 messages
2018-07-07 18:03:59serhiy.storchakacreate