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 Mark.Shannon
Recipients Jim Fasarakis-Hilliard, Mark.Shannon, Roy Williams, Ryan May, brett.cannon, francismb, gvanrossum, josh.r, jstasiak, methane, ncoghlan, ned.deily, vstinner, yselivanov
Date 2019-10-07.12:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570452060.66.0.886326993478.issue26219@roundup.psfhosted.org>
In-reply-to
Content
Given that
def foo(): int; str; bytes; float; int; str; bytes; float
can be trivially be rewritten as
def foo(): pass
I think that benchmark is meaningless.

I really don't think we should be making claims like "40% speedup" for such contrived examples.

It looks like the speedup is real, but only about 2% speedup overall.
The "what's new" should reflect that, IMO.
History
Date User Action Args
2019-10-07 12:41:00Mark.Shannonsetrecipients: + Mark.Shannon, gvanrossum, brett.cannon, ncoghlan, vstinner, ned.deily, methane, francismb, yselivanov, jstasiak, josh.r, Jim Fasarakis-Hilliard, Ryan May, Roy Williams
2019-10-07 12:41:00Mark.Shannonsetmessageid: <1570452060.66.0.886326993478.issue26219@roundup.psfhosted.org>
2019-10-07 12:41:00Mark.Shannonlinkissue26219 messages
2019-10-07 12:41:00Mark.Shannoncreate