Ticket #4430 defect closed fixed
twisted.spread.jelly.unjelly breaks on classes defining __slots__
| Reported by: | toidinamai | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | pb | Keywords: | pb jelly __slots__ |
| Cc: | Branch: | branches/jelly-slots-4430 | |
| Author: | toidinamai | Launchpad Bug: |
Description (last modified by exarkun) (diff)
twisted.spread.jelly.unjelly breaks on classes that do not have a __dict__ attribute and define their own __setstate__ and __getstate__ methods for serialization. An example of those classes are those defining __slots__.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

