[Twisted-Python] Having touble with spread.pb un-serializing an object

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Wed Sep 23 17:42:26 EDT 2009


On 07:06 pm, bash at intelerad.com wrote:
>Hi,
>
>I am trying to send new style classes that implement __slots__ with 
>spread.pb.
>Things seem to go awry when attempting to un-serialize the objects on 
>the
>client side.  I am not sure if this is a known issue.  How can I work 
>around
>this issue?

Perhaps the presence of __slots__ breaks PB's unserialization code.  Can 
you share a SSCCE (<http://sscce.org/>)?  Then perhaps it may make sense 
to file an enhancement ticket to support this case.

Jean-Paul



More information about the Twisted-Python mailing list