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, serhiy.storchaka, vstinner
Date 2013-04-16.07:10:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366096257.43.0.690115700974.issue17119@psf.upfronthosting.co.za>
In-reply-to
Content
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 exact requirements from Python side, it's TCL implementation details. I'm not sure even about a huge string test.
History
Date User Action Args
2013-04-16 07:10:57serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, gpolo
2013-04-16 07:10:57serhiy.storchakasetmessageid: <1366096257.43.0.690115700974.issue17119@psf.upfronthosting.co.za>
2013-04-16 07:10:57serhiy.storchakalinkissue17119 messages
2013-04-16 07:10:56serhiy.storchakacreate