This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexandre.vassalotti, belopolsky, exarkun, lemburg, pitrou
Date 2010-08-02.14:09:27
SpamBayes Score 0.0073812385
Marked as misclassified No
Message-id <1280758169.23.0.752431016441.issue9276@psf.upfronthosting.co.za>
In-reply-to
Content
I think methods should be picklable just like global functions are, that is, by pickling a tuple of the fully-qualified class name ("mymodule.myclass"), method name ("mymethod"), and self.
History
Date User Action Args
2010-08-02 14:09:29pitrousetrecipients: + pitrou, lemburg, exarkun, belopolsky, alexandre.vassalotti
2010-08-02 14:09:29pitrousetmessageid: <1280758169.23.0.752431016441.issue9276@psf.upfronthosting.co.za>
2010-08-02 14:09:27pitroulinkissue9276 messages
2010-08-02 14:09:27pitroucreate