How to deal with recursive structures
razaqq opened this issue · 3 comments
razaqq commented
Im dealing with pickles containing recursive structures, but i do not need the data contained in them.
Basically im trying to "ignore" recursive structures without erroring.
Currently i dont see any option to do so.
Basically im looking for something like .replace_unresolved_globals()
but for recursive structures.
landaire commented
birkenfeld commented
Thanks for the issue, I've added the requested option now.