Message336756
| Author | serhiy.storchaka |
|---|---|
| Recipients | ammar2, josh.r, larry, serhiy.storchaka, vstinner, xtreak |
| Date | 2019-02-27.13:20:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551273655.34.0.430736668824.issue36127@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In addition, this change can allow us to get rid of large and complex functions _PyArg_ParseTupleAndKeywordsFast() and _PyArg_ParseStackAndKeywords(). The former is no longer used in CPython, and the latter is still used in few places to support some deprecated formatting codes for which I intentionally not implemented inlining. After getting rid of uses of such codes (the patch in progress) we could remove both these functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-27 13:20:55 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, larry, josh.r, ammar2, xtreak |
| 2019-02-27 13:20:55 | serhiy.storchaka | set | messageid: <1551273655.34.0.430736668824.issue36127@roundup.psfhosted.org> |
| 2019-02-27 13:20:55 | serhiy.storchaka | link | issue36127 messages |
| 2019-02-27 13:20:55 | serhiy.storchaka | create | |