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, lemburg, mark.dickinson, pitrou
Date 2010-06-28.23:34:50
SpamBayes Score 0.023529895
Marked as misclassified No
Message-id <1277768092.07.0.575050837895.issue5180@psf.upfronthosting.co.za>
In-reply-to
Content
(and to follow on my example, I'd point that the unpickled instance is still an instance of the right class:

>>> type(x)
<class '__main__.C'>

)
History
Date User Action Args
2010-06-28 23:34:52pitrousetrecipients: + pitrou, lemburg, mark.dickinson, belopolsky, alexandre.vassalotti
2010-06-28 23:34:52pitrousetmessageid: <1277768092.07.0.575050837895.issue5180@psf.upfronthosting.co.za>
2010-06-28 23:34:50pitroulinkissue5180 messages
2010-06-28 23:34:50pitroucreate