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 corona10, larry, mark.dickinson, serhiy.storchaka
Date 2020-07-19.15:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595173896.38.0.72188965999.issue41343@roundup.psfhosted.org>
In-reply-to
Content
I wrote similar patch for __format__ and got similar tiny speed up. It is expectable. But I am surprised that you get a difference for conjugate() and __getnewargs__. It may be a compiler artifact.

In any case the benefit of converting to Argument Clinic in this case is adding signatures for these methods.
History
Date User Action Args
2020-07-19 15:51:36serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, larry, corona10
2020-07-19 15:51:36serhiy.storchakasetmessageid: <1595173896.38.0.72188965999.issue41343@roundup.psfhosted.org>
2020-07-19 15:51:36serhiy.storchakalinkissue41343 messages
2020-07-19 15:51:36serhiy.storchakacreate