[issue3119] pickle.py is limited by python's call stack

Antoine Pitrou report at bugs.python.org
Mon Jun 30 16:46:20 CEST 2008


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

Interesting. Why do you use a deque? You never seem to prepend or pop
from the beginning of it, so using a plain list should be as fast.

Also, your patch should add one or several unit tests to enforce the new
behaviour.

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

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


More information about the Python-bugs-list mailing list