Skip to content

Commit 5d52ad6

Browse files
committed
+make clinic
1 parent 1afb3b9 commit 5d52ad6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ components (the real part, followed by imaginary part) is preserved.
15681568

15691569
static PyObject *
15701570
array_array_byteswap_impl(arrayobject *self)
1571-
/*[clinic end generated code: output=5f8236cbdf0d90b5 input=9af1d1749000b14f]*/
1571+
/*[clinic end generated code: output=5f8236cbdf0d90b5 input=c1cff4f9b5badd95]*/
15721572
{
15731573
char *p;
15741574
Py_ssize_t i;

Modules/clinic/arraymodule.c.h

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

0 commit comments

Comments
 (0)