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 Mark.Bell, lisroach, rhettinger, serhiy.storchaka, steven.daprano
Date 2017-08-17.13:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502975596.83.0.151898038387.issue31141@psf.upfronthosting.co.za>
In-reply-to
Content
Your tests show that there is a performance regression of getting rid of Argument Clinic (in addition to increasing the maintenance cost of the code that was generated previously). Try to use the simple Argument Clinic change (it can has non-zero cost too, but I expect that its penalty is much smaller).
History
Date User Action Args
2017-08-17 13:13:16serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, steven.daprano, Mark.Bell, lisroach
2017-08-17 13:13:16serhiy.storchakasetmessageid: <1502975596.83.0.151898038387.issue31141@psf.upfronthosting.co.za>
2017-08-17 13:13:16serhiy.storchakalinkissue31141 messages
2017-08-17 13:13:16serhiy.storchakacreate