Snowfakery
Snowfakery copied to clipboard
Refactor Continuation YAML Loading
trafficstars
- Refactor YAML loading to use add_representer
The basic idea is to get rid of getstate and setstate methods and make YAML loading "standalone".
Basically accept that every pickling/serializing "context" should be unique and orthogonal and not try to reuse them automatically.