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 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:55serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, josh.r, ammar2, xtreak
2019-02-27 13:20:55serhiy.storchakasetmessageid: <1551273655.34.0.430736668824.issue36127@roundup.psfhosted.org>
2019-02-27 13:20:55serhiy.storchakalinkissue36127 messages
2019-02-27 13:20:55serhiy.storchakacreate