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

2016-07-26 Thread Tomas Gavenciak
Tomas Gavenciak added the comment: The issue is still present in Python 2.7.12 and Python 3.5.2, and the implementation has not been changed in the master branch either. You can test it with the attached program constructing a graph (simplified, but a realistic application

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

2016-06-10 Thread Tomas Gavenciak
Tomas Gavenciak added the comment: Hey all, I would like to patch the C _pickle module to be non-recursive and help this patch go through. I have an idea on how to do that with a very small amount of changes below and I would like to get feedback and improvements before implementing