Message336700
| 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:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, larry |
| 2019-02-26 17:30:36 | serhiy.storchaka | set | messageid: <1551202236.03.0.123634318665.issue36127@roundup.psfhosted.org> |
| 2019-02-26 17:30:36 | serhiy.storchaka | link | issue36127 messages |
| 2019-02-26 17:30:35 | serhiy.storchaka | create | |