Skip to content

Commit 1bf45fc

Browse files
committed
fix clinic stuff that seems to have changed
1 parent f4058c5 commit 1bf45fc

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ typedef struct {
7070
} array_state;
7171

7272
/* Forward declaration. */
73-
static PyObject *array_array_frombytes(arrayobject *self, PyObject *bytes);
73+
static PyObject *array_array_frombytes(PyObject *self, PyObject *bytes);
7474

7575
static array_state *
7676
get_array_state(PyObject *module)

Modules/clinic/arraymodule.c.h

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)