Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Like frozendict, implement __reduce__ and __setstate__ to handle pickling. Otherwise, __setstate__ will be called to restore the frozenlist, causing a RuntimeError because frozenlist is not mutable. Closes dagster-io#2719
- Loading branch information