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 serhiy.storchaka, skrah
Date 2020-07-09.19:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594324134.91.0.173002376427.issue41262@roundup.psfhosted.org>
In-reply-to
Content
The proposed PR converts Objects/memoryobject.c to Argument Clinic.

Advantages:

* Highly optimized code is used to parse arguments instead of slow PyArg_ParseTupleAndKeywords().
* All future improvements of argument parsing (better performance or errors handling) will be automatically applied to memoryobject.

Previously Argument Clinic was used for memoryview.hex().
History
Date User Action Args
2020-07-09 19:48:54serhiy.storchakasetrecipients: + serhiy.storchaka, skrah
2020-07-09 19:48:54serhiy.storchakasetmessageid: <1594324134.91.0.173002376427.issue41262@roundup.psfhosted.org>
2020-07-09 19:48:54serhiy.storchakalinkissue41262 messages
2020-07-09 19:48:54serhiy.storchakacreate