[issue16840] Tkinter doesn't support large integers

Serhiy Storchaka report at bugs.python.org
Sat Jan 31 11:15:40 CET 2015


Serhiy Storchaka added the comment:

Here is test failure related to this issue:

http://buildbot.python.org/all/builders/AMD64%20Windows8%202.7/builds/156/steps/test/logs/stdio

test test_tk failed -- Traceback (most recent call last):
  File "D:\buildarea\2.7.bolen-windows8\build\lib\lib-tk\test\test_tkinter\test_widgets.py", line 91, in test_use
    wid = parent.winfo_id()
  File "D:\buildarea\2.7.bolen-windows8\build\lib\lib-tk\Tkinter.py", line 839, in winfo_id
    self.tk.call('winfo', 'id', self._w))
TclError: integer value too large to represent

----------
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16840>
_______________________________________


More information about the Python-bugs-list mailing list