[pypy-commit] pypy default: Fix test_tcl on 32bit machines.

amauryfa noreply at buildbot.pypy.org
Sun Jun 21 14:10:34 CEST 2015


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r78228:6453697f3a30
Date: 2015-06-21 14:09 +0200
http://bitbucket.org/pypy/pypy/changeset/6453697f3a30/

Log:	Fix test_tcl on 32bit machines.

diff --git a/lib_pypy/_tkinter/tklib_build.py b/lib_pypy/_tkinter/tklib_build.py
--- a/lib_pypy/_tkinter/tklib_build.py
+++ b/lib_pypy/_tkinter/tklib_build.py
@@ -179,6 +179,7 @@
 typedef int... Tcl_WideInt;
 
 int Tcl_GetWideIntFromObj(Tcl_Interp *interp, Tcl_Obj *obj, Tcl_WideInt *value);
+Tcl_Obj *Tcl_NewWideIntObj(Tcl_WideInt value);
 """)
 
 if HAVE_LIBTOMMATH:


More information about the pypy-commit mailing list