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

Doug Royal report at bugs.python.org
Fri Nov 7 21:38:49 CET 2014


Doug Royal added the comment:

This patch only addresses the proven errors with UserList, UserString, and collections.

----------
keywords: +patch
nosy: +doug.royal
Added file: http://bugs.python.org/file37145/fix_issue18473.patch

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


More information about the Python-bugs-list mailing list