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
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
pif.load(s) only works when the object being read is a System-type object with a category field. pif.dump(s) should be modified so that it cannot print anything that cannot be read by load(s). Practically, this means that only System-type objects should be serializable.
pif.load(s) only works when the object being read is a System-type object with a category field. pif.dump(s) should be modified so that it cannot print anything that cannot be read by load(s). Practically, this means that only System-type objects should be serializable.