Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
Description
With pybind11 v2.2.0 the use of __getstate__/__setstate__ are deprecated. This is currently used in daf_base and possibly other places. Upgrade these to use either __reduce__ or the new pybind11 pickling API.
This is being handled in
DM-14828