Message8156

Author stepleton
Recipients stepleton
Date 2013-10-16.12:56:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381928175.13.0.577732073002.issue2099@psf.upfronthosting.co.za>
In-reply-to
Content
I might be wrong about this, but there doesn't seem to be any way to pickle or otherwise serialize classes defined in the interpreter (admittedly this is a tricky task in CPython as well, but libraries like dill [https://pypi.python.org/pypi/dill/0.1a1] have some tricks that work in that setting).

This capability is desirable for allowing Jython to power an interactive parallel computing environment.
History
Date User Action Args
2013-10-16 12:56:15stepletonsetrecipients: + stepleton
2013-10-16 12:56:15stepletonsetmessageid: <1381928175.13.0.577732073002.issue2099@psf.upfronthosting.co.za>
2013-10-16 12:56:14stepletonlinkissue2099 messages
2013-10-16 12:56:14stepletoncreate