[issue18473] some objects pickled by Python 3.x are not unpicklable in Python 2.x because of incorrect REVERSE_IMPORT_MAPPING

STINNER Victor report at bugs.python.org
Tue Mar 31 19:10:37 CEST 2015


STINNER Victor added the comment:

Le mardi 31 mars 2015, Roundup Robot <report at bugs.python.org> a écrit :

>
> Roundup Robot added the comment:
>
> New changeset 5c5eb374e296 by Serhiy Storchaka in branch '3.4':
> Issue #18473: Fixed pickle compatibility tests for optional modules.
> https://hg.python.org/cpython/rev/5c5eb374e296
>
> New changeset 29b2b2d8e36f by Serhiy Storchaka in branch 'default':
> Issue #18473: Fixed pickle compatibility tests for optional modules.
> https://hg.python.org/cpython/rev/29b2b2d8e36f
>

Why do you catch AttributeError on import?

----------

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


More information about the Python-bugs-list mailing list