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 larry, serhiy.storchaka, vstinner
Date 2019-02-26.17:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551202236.03.0.123634318665.issue36127@roundup.psfhosted.org>
In-reply-to
Content
This is a follow up of issue23867 and issue35582. The proposed PR makes Argument Clinic inlining parsing code for functions with keyword parameters, i.e. functions that use _PyArg_ParseTupleAndKeywordsFast() and _PyArg_ParseStackAndKeywords() now. This saves time for parsing format strings and calling few levels of functions.
History
Date User Action Args
2019-02-26 17:30:36serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry
2019-02-26 17:30:36serhiy.storchakasetmessageid: <1551202236.03.0.123634318665.issue36127@roundup.psfhosted.org>
2019-02-26 17:30:36serhiy.storchakalinkissue36127 messages
2019-02-26 17:30:35serhiy.storchakacreate