[New-bugs-announce] [issue44214] PyArg_Parse* for vectorcall?

Ronald Oussoren report at bugs.python.org
Sun May 23 06:14:52 EDT 2021


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
components: C API
messages: 394194
nosy: ronaldoussoren
priority: normal
severity: normal
status: open
title: PyArg_Parse* for vectorcall?
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44214>
_______________________________________


More information about the New-bugs-announce mailing list