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 orsenthil
Recipients alexandre.vassalotti, fabioz, orsenthil
Date 2010-06-16.03:19:41
SpamBayes Score 0.012332066
Marked as misclassified No
Message-id <1276658383.45.0.0737029833972.issue8943@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the problem is observed in py3k. Pickle module when used via Interactive console is trying to import the class as __console__.ClassName and it is failing to see the __console__ module.

_pickle.PicklingError: Can't pickle <class '__console__.Example'>: import of module '__console__' failed
History
Date User Action Args
2010-06-16 03:19:43orsenthilsetrecipients: + orsenthil, fabioz, alexandre.vassalotti
2010-06-16 03:19:43orsenthilsetmessageid: <1276658383.45.0.0737029833972.issue8943@psf.upfronthosting.co.za>
2010-06-16 03:19:41orsenthillinkissue8943 messages
2010-06-16 03:19:41orsenthilcreate