Message5758
org.python.core.PyBuiltinCallable is declared to be serializable, but contains a field of type org.python.core.PyBuiltinCallable.Info, which is not serializable. Therefore serialization of a PyBuiltinCallable fails.
The attached patch declares the Info interface to extend java.io.Serializable. The Implementations of this interface are already serializable. |
|
| Date |
User |
Action |
Args |
| 2010-05-04 12:28:18 | akruis | set | recipients:
+ akruis |
| 2010-05-04 12:28:18 | akruis | set | messageid: <1272976098.78.0.151559565937.issue1604@psf.upfronthosting.co.za> |
| 2010-05-04 12:28:18 | akruis | link | issue1604 messages |
| 2010-05-04 12:28:17 | akruis | create | |
|