Serhiy Storchaka added the comment: Updated patch now supports wideInt if PY_LONG_LONG is not defined or is not equal to Tcl_WideInt. getint() also now supports big integers (currently it returns ambiguous result for values outside the range of C signed int).
As far as this issue causes random tests failures, may be it makes sense to apply the patch to maintained releases. On other hand, looks as this happens very rarely. ---------- keywords: +needs review nosy: +benjamin.peterson Added file: http://bugs.python.org/file38198/tkinter_bignum_4.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16840> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com