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 vstinner
Recipients alexandre.vassalotti, pitrou, vstinner
Date 2012-08-08.22:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344465693.14.0.199979816453.issue15596@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot to explain that I initially wrote the patch to fix the following failure on our "bigmem" buildbot.

http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%20bigmem%203.x/builds/165/steps/test/logs/stdio

======================================================================
ERROR: test_huge_str_32b (test.test_pickle.InMemoryPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/python-bigmem/3.x.langa-bigmem/build/Lib/test/support.py", line 1281, in wrapper
    return f(self, maxsize)
  File "/opt/python-bigmem/3.x.langa-bigmem/build/Lib/test/pickletester.py", line 1267, in test_huge_str_32b
    pickled = self.dumps(data, protocol=proto)
  File "/opt/python-bigmem/3.x.langa-bigmem/build/Lib/test/test_pickle.py", line 49, in dumps
    return pickle.dumps(arg, protocol)
MemoryError
History
Date User Action Args
2012-08-08 22:41:33vstinnersetrecipients: + vstinner, pitrou, alexandre.vassalotti
2012-08-08 22:41:33vstinnersetmessageid: <1344465693.14.0.199979816453.issue15596@psf.upfronthosting.co.za>
2012-08-08 22:41:32vstinnerlinkissue15596 messages
2012-08-08 22:41:32vstinnercreate