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
Use pickles method of handing singleton objects.
This is simpler and more predictable than a custom unpickle function.
Anonymous sentinels can no longer be pickled and will
raise PicklingError instead of TypeError.
0 commit comments