1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00

testing/py-tkinter: add new aport

This is the GUI part of python.
This commit is contained in:
Isaac Dunham 2014-09-08 22:22:28 -07:00 committed by Natanael Copa
parent 68a495e3a8
commit bd1de6ce91
3 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- ./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;