projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54540ec
)
Issue #12342: Fix compilation on Mac OS X
author
Victor Stinner
<vstinner@wyplay.com>
Fri, 4 Nov 2011 08:49:24 +0000
(09:49 +0100)
committer
Victor Stinner
<vstinner@wyplay.com>
Fri, 4 Nov 2011 08:49:24 +0000
(09:49 +0100)
Modules/_tkinter.c
patch
|
blob
|
history
diff --git
a/Modules/_tkinter.c
b/Modules/_tkinter.c
index f42f068bb3892094a3035de892c5ba35073fcaec..abbe0ec7bbc5476fec3dc9085838cd470cedd3f5 100644
(file)
--- a/
Modules/_tkinter.c
+++ b/
Modules/_tkinter.c
@@
-993,7
+993,7
@@
AsObj(PyObject *value)
PyErr_Format(PyExc_ValueError,
"character U+%x is above the range "
"(U+0000-U+FFFF) allowed by Tcl",
-
inbuf[i]
);
+
ch
);
ckfree(FREECAST outbuf);
return NULL;
#endif