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

Serhiy Storchaka report at bugs.python.org
Tue Oct 4 14:34:42 EDT 2016


Serhiy Storchaka added the comment:

It would be nice to support unlimitedly nested structures. C stack is more hard limit than Python stack. But the code of the pickle module (especially C implementation) is complicated and hardly optimized. I think it would be not easy to implement stackless version without significant loss of speed and readability. You can try, but I don't have much hope.

----------
versions: +Python 3.7 -Python 3.6

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


More information about the Python-bugs-list mailing list