Cleanup: correct misleading PyArg_Parser formatting
This commit is contained in:
@@ -42,8 +42,9 @@ static PyObject *pygpu_IndexBuf__tp_new(PyTypeObject * /*type*/, PyObject *args,
|
||||
static const char *_keywords[] = {"type", "seq", nullptr};
|
||||
static _PyArg_Parser _parser = {
|
||||
PY_ARG_PARSER_HEAD_COMPAT()
|
||||
"$O" /* `type` */
|
||||
"&O" /* `seq` */
|
||||
"$" /* Keyword only arguments. */
|
||||
"O&" /* `type` */
|
||||
"O" /* `seq` */
|
||||
":IndexBuf.__new__",
|
||||
_keywords,
|
||||
nullptr,
|
||||
|
||||
Reference in New Issue
Block a user