This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients alexandre.vassalotti, gavento, habnabit, jafo, jcea, matrixise, pitrou, schmir, serhiy.storchaka, tleeuwenburg@gmail.com
Date 2016-10-04.18:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475606082.04.0.994564401725.issue3119@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-04 18:34:42serhiy.storchakasetrecipients: + serhiy.storchaka, jafo, jcea, pitrou, alexandre.vassalotti, schmir, habnabit, tleeuwenburg@gmail.com, matrixise, gavento
2016-10-04 18:34:42serhiy.storchakasetmessageid: <1475606082.04.0.994564401725.issue3119@psf.upfronthosting.co.za>
2016-10-04 18:34:42serhiy.storchakalinkissue3119 messages
2016-10-04 18:34:41serhiy.storchakacreate