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), or with the
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 it in a