[issue8943] Bug in InteractiveConsole

Senthil Kumaran report at bugs.python.org
Wed Jun 16 05:19:43 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

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

----------
nosy: +alexandre.vassalotti, orsenthil
stage:  -> needs patch
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8943>
_______________________________________


More information about the Python-bugs-list mailing list