Message167731
| 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:33 | vstinner | set | recipients:
+ vstinner, pitrou, alexandre.vassalotti |
| 2012年08月08日 22:41:33 | vstinner | set | messageid: <1344465693.14.0.199979816453.issue15596@psf.upfronthosting.co.za> |
| 2012年08月08日 22:41:32 | vstinner | link | issue15596 messages |
| 2012年08月08日 22:41:32 | vstinner | create |
|