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
I'm trying to use dill to detect whether a function has changed between sessions. I want functions with identical bodies, signatures, and globals to produce the same serialization. But even the simplest experiment fails:
I'm trying to use dill to detect whether a function has changed between sessions. I want functions with identical bodies, signatures, and globals to produce the same serialization. But even the simplest experiment fails:
Is there a shortlist of attributes I need to override to achieve this?
The text was updated successfully, but these errors were encountered: