This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gpolo, loewis, serhiy.storchaka
Date 2015-01-31.10:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422699340.14.0.577611822743.issue16840@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-01-31 10:15:40serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, gpolo
2015-01-31 10:15:40serhiy.storchakasetmessageid: <1422699340.14.0.577611822743.issue16840@psf.upfronthosting.co.za>
2015-01-31 10:15:40serhiy.storchakalinkissue16840 messages
2015-01-31 10:15:39serhiy.storchakacreate