Uranium
Uranium copied to clipboard
Fix RecursionError when pickling container to cache
Currently containers for many printers fail to pickle.
Increasing the recursion limit to 3000 fixes this.
I looked at the disassembly with python -m pickletools
, there doesn't seem to be anything suspicious. The depth of the object tree is simply to deep for the default recursion limit.