]> granicus.if.org Git - python/commit
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Mar 2015 10:17:10 +0000 (13:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Mar 2015 10:17:10 +0000 (13:17 +0300)
commitd5d818d40b9378488dc82150926e20e925acf7fe
treea6f28e009712c60a851bdb3326e6dd7385576e43
parentb6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab
parentbfe1824d08fb107768ce17dd4de6c7f879935098
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Fixed ambigious reverse mappings.  Added many new mappings.  Import mapping
is no longer applied to modules already mapped with full name mapping.

Added tests for compatible pickling and unpickling and for consistency of
_compat_pickle mappings.
Lib/test/pickletester.py
Misc/NEWS
Modules/_pickle.c