[New-bugs-announce] [issue3179] cPickle is seriously broken

Ralf Schmitt report at bugs.python.org
Mon Jun 23 16:42:13 CEST 2008


New submission from Ralf Schmitt <schmir at gmail.com>:

import cPickle

res=[]
for x in range(1,2000):
    res.append(dict(doc=x, similar=[]))

cPickle.dumps(res)


Traceback (most recent call last):
  File "pi.py", line 10, in <module>
cPickle.dumps(res)
RuntimeError: maximum recursion depth exceeded

svn r64471 seems to cause the problematic behaviour.

facundo, you committed that one.

----------
messages: 68629
nosy: facundobatista, schmir
severity: normal
status: open
title: cPickle is seriously broken
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3179>
_______________________________________


More information about the New-bugs-announce mailing list