New submission from Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44214>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to