Uranium icon indicating copy to clipboard operation
Uranium copied to clipboard

Fix RecursionError when pickling container to cache

Open Piezoid opened this issue 2 years ago • 0 comments

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.

Piezoid avatar Sep 20 '22 17:09 Piezoid