On 25 Sep, 03:42 am, [email protected] wrote: >Hi Jean-Paul, > >Here is a sample server and client code that demonstrates the problem >with PB's unserialization code and objects that use __slots__. The >SlotsObject class implements __slots__ and the NoSlotsObject does not. >The problem arises when de-serializing the SlotsObject. The stack >trace >is a little different than the original one I posted but the net-effect >is the same; an AttributeError exception.
Hi Benjamin, Thanks for the example. I can reproduce the problem you're seeing. I don't see any particular reason PB shouldn't support classes with __slots__. Can you file a ticket and attach the example? Thanks, Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
