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 <rep...@bugs.python.org>
<http://bugs.python.org/issue3119>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to