[issue3338] cPickle segfault with deep recursion

Antoine Pitrou report at bugs.python.org
Thu Aug 21 18:24:21 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, the standard recursion limit is precisely there to guard against
segfaults when blowing up the C stack, so if you make the recursion
limit much larger, it's quite normal to get segfaults.

Therefore, I don't think this is a real bug.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list