Changes between and of Initial VersionVersion 2Ticket #4430
- Timestamp:
- 05/11/2010 11:49:46 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4430
- Property owner warner deleted
- Property keywords pb jelly review added; pb, jelly, removed
-
Ticket #4430 – description
initial v2 1 twisted.spread.jelly.unjellybreaks on classes that2 do not have a __dict__attribute and define their3 own __setstate__ and __getstate__methods for serialization.4 An example of those classes are those defining __slots__.1 `twisted.spread.jelly.unjelly` breaks on classes that 2 do not have a `__dict__` attribute and define their 3 own `__setstate__` and `__getstate__` methods for serialization. 4 An example of those classes are those defining `__slots__`.
