[New-bugs-announce] [issue3165] cPickle recursion problem

Angel Freire report at bugs.python.org
Sat Jun 21 23:10:51 CEST 2008


New submission from Angel Freire <cuerty at gmail.com>:

A single Picklerobject->nesting++ will not take into consideration the
stack overhead caused by calls from
save->save_{list,dict}->batch{list,dict}.

----------
components: Library (Lib)
files: cpickle-r64448.diff
keywords: patch
messages: 68544
nosy: cuerty
severity: normal
status: open
title: cPickle recursion problem
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file10693/cpickle-r64448.diff

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


More information about the New-bugs-announce mailing list