We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f19cf commit 48db59eCopy full SHA for 48db59e
Include/internal/pycore_unicodeobject.h
@@ -274,8 +274,8 @@ PyAPI_FUNC(PyObject*) _PyUnicode_TransformDecimalAndSpaceToASCII(
274
/* --- Methods & Slots ---------------------------------------------------- */
275
276
PyAPI_FUNC(PyObject*) _PyUnicode_JoinArray(
277
- PyObject * separator,
278
- PyObject *const * items,
+ PyObject *separator,
+ PyObject *const *items,
279
Py_ssize_t seqlen
280
);
281
0 commit comments