]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Jul 2016 08:24:17 +0000 (11:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Jul 2016 08:24:17 +0000 (11:24 +0300)
commitdec25afab1c325c28621dda3ba2b32dbc200c8b3
treee1b19ba17d8dab7f94aa6f0053264030b954dc32
parent6fd76bceda3fefc5e5814108c5fe819050613d33
Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Original patch by Alexandre Vassalotti.
Lib/pickle.py
Lib/test/pickletester.py
Lib/test/test_pickle.py
Misc/NEWS
Modules/_pickle.c