before iterating, copy dict that can be popped from via ARC / object deletion
without this change, we might get unlucky and a pop from `finalize_const` might
occur when iterating over `cosntvar_to_val.items()` in `to_jaxpr`
PiperOrigin-RevId: 786496020