[issue12457] type() returns incorrect type for nested classes

R. David Murray report at bugs.python.org
Fri Jul 1 09:35:42 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Inner classes can't be pickled (see the pickle docs for what can be pickled).

Whether or not there is a bug in the repr of the inner class is an interesting question.

----------
nosy: +r.david.murray
type: crash -> behavior

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


More information about the Python-bugs-list mailing list