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 ronaldoussoren
Recipients ronaldoussoren
Date 2021-05-23.10:14:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621764892.64.0.828165785402.issue44214@roundup.psfhosted.org>
In-reply-to
Content
I'm currently converting some extensions of my own to vectorcall and an annoying change between the old call protocol and vectorcall is that the latter has no public equivalent to the PyArg_Parse family of functions.

There is "_PyArg_ParseStack*" in the CPython implementation, but those functions are not part of the public API.

Please consider making "_PyArg_ParseStack" public.
History
Date User Action Args
2021-05-23 10:14:52ronaldoussorensetrecipients: + ronaldoussoren
2021-05-23 10:14:52ronaldoussorensetmessageid: <1621764892.64.0.828165785402.issue44214@roundup.psfhosted.org>
2021-05-23 10:14:52ronaldoussorenlinkissue44214 messages
2021-05-23 10:14:52ronaldoussorencreate