Message5758

Author akruis
Recipients akruis
Date 2010-05-04.12:28:15
SpamBayes Score 0.0034695077
Marked as misclassified No
Message-id <1272976098.78.0.151559565937.issue1604@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-04 12:28:18akruissetrecipients: + akruis
2010-05-04 12:28:18akruissetmessageid: <1272976098.78.0.151559565937.issue1604@psf.upfronthosting.co.za>
2010-05-04 12:28:18akruislinkissue1604 messages
2010-05-04 12:28:17akruiscreate