You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert using __slots__ for Mapping subclasses in xray.utils
This recently added some complexity for a very nominal speed benefit. And
it appears that it breaks joblib serialization, somehow (even though
pickle works). So for now, revert it -- and consider filing a joblib bug
if we can narrow it down.
0 commit comments