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 benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-01-25.08:31:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359102702.51.0.85507954677.issue16335@psf.upfronthosting.co.za>
In-reply-to
Content
Bigmem test in 2.7 ran even if -M option is not specified and this causes the memory error. But memuse parameter should be increased (I tested with smaller sizes and found that 1 + 4 // len(u'\U00010000') is not enough, but 2 + 4 // len(u'\U00010000') is enough). Let's see if it helps.
History
Date User Action Args
2013-01-25 08:31:42serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, terry.reedy, mark.dickinson, pitrou, vstinner, benjamin.peterson, ezio.melotti, skrah, python-dev
2013-01-25 08:31:42serhiy.storchakasetmessageid: <1359102702.51.0.85507954677.issue16335@psf.upfronthosting.co.za>
2013-01-25 08:31:42serhiy.storchakalinkissue16335 messages
2013-01-25 08:31:42serhiy.storchakacreate