New submission from Alexander Neumann :
The documentation currently states:
> Proxy objects are not hashable regardless of the referent; this avoids a
> number of problems related to their fundamentally mutable nature, and prevent
> their use as dictionary keys. callback is the sa
Alexander Neumann added the comment:
Changed issue title to summarise the actual problem better.
--
title: Pickling objects with recursive references and partials fail ->
Unpickling objects with recursive references and partials fail due to
incomplete state passed to __setstat
New submission from Alexander Neumann :
The code below causes a
AttributeError: 'Event' object has no attribute 'name'
It seems like the entries of `Machine.events` are not available during
`__setstate__`. However, the behaviour depends on the Python version.
For Pyth