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 jdemeyer
Recipients Mark.Shannon, jdemeyer, petr.viktorin, vstinner
Date 2019-06-21.08:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561107113.25.0.81334317867.issue37358@roundup.psfhosted.org>
In-reply-to
Content
functools.partial already has some optimizations to use vectorcall (formerly known as fastcall) for its onward calls, so it makes a lot of sense to also use vectorcall when being called.
History
Date User Action Args
2019-06-21 08:51:53jdemeyersetrecipients: + jdemeyer, vstinner, petr.viktorin, Mark.Shannon
2019-06-21 08:51:53jdemeyersetmessageid: <1561107113.25.0.81334317867.issue37358@roundup.psfhosted.org>
2019-06-21 08:51:53jdemeyerlinkissue37358 messages
2019-06-21 08:51:53jdemeyercreate