[issue17119] Integer overflow when passing large string or tuple to Tkinter

2013-08-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17119] Integer overflow when passing large string or tuple to Tkinter

2013-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6bc533d06cf1 by Serhiy Storchaka in branch '3.3': Issue #17119: Fixed integer overflows when processing large strings and tuples http://hg.python.org/cpython/rev/6bc533d06cf1 New changeset b500daaee7d0 by Serhiy Storchaka in branch 'default': Issue

[issue17119] Integer overflow when passing large string or tuple to Tkinter

2013-08-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17119] Integer overflow when passing large string or tuple to Tkinter

2013-04-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch. Please run test_tcl test on 64-bit platform with > 20 GiB of memory. I haven't included a test for huge tuples because it requires a lot of memory (perhaps the hundreds of GiBs) and should run a long time. It is impossible to calculate exac