Mutable default arguments (list) cause unexpected shared state between calls. Use None as default and initialise to [] inside the function body.Assisted-by: unsloth/Qwen3.6-35B-A3B-GGUF:IQ4_NL and pi.devSigned-off-by: Jan Lindemann <jan@janware.com>
Mutable default arguments (list) cause unexpected shared state between calls. Use None as default and initialise to [] inside the function body.