mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
As per #11577, there are no remaining packages in main/ which require python2. As such, the package can be moved from main/ to community/.
11 lines
395 B
Diff
11 lines
395 B
Diff
--- ./Modules/fcntlmodule.c.orig
|
|
+++ ./Modules/fcntlmodule.c
|
|
@@ -118,7 +118,7 @@
|
|
int mutate_arg = 1;
|
|
char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */
|
|
|
|
- if (PyArg_ParseTuple(args, "O&Iw#|i:ioctl",
|
|
+ if (PyArg_ParseTuple(args, "O&Iw#|n:ioctl",
|
|
conv_descriptor, &fd, &code,
|
|
&str, &len, &mutate_arg)) {
|
|
char *arg;
|