commit | 823fbf4e0eb66cbef0eacb7e8dbfb5dc8ea83b40 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Sat May 01 13:27:30 2021 -0400 |
committer | GitHub <noreply@github.com> | Sat May 01 13:27:30 2021 -0400 |
tree | cdbfea3d509837970384db1c0db0141014419c7a | |
parent | f82fd77717b58c97a16c05e25c72388b35860459 [diff] |
If using a frozen class with slots, add __getstate__ and __setstate__ to set the instance values. (GH-25786)