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 pitrou
Recipients benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2013-01-25.09:00:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <290231034.420952942.1359104408525.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1359102702.51.0.85507954677.issue16335@psf.upfronthosting.co.za>
Content
> Bigmem test in 2.7 ran even if -M option is not specified and this
> causes the memory error.

Ah, yes, that's because you should have used `size` instead
of `_testcapi.UINT_MAX` inside the test.
History
Date User Action Args
2013-01-25 09:00:14pitrousetrecipients: + pitrou, lemburg, terry.reedy, mark.dickinson, vstinner, benjamin.peterson, ezio.melotti, skrah, python-dev, serhiy.storchaka
2013-01-25 09:00:14pitroulinkissue16335 messages
2013-01-25 09:00:14pitroucreate