]> granicus.if.org Git - python/commit
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 20 Apr 2013 20:19:46 +0000 (13:19 -0700)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 20 Apr 2013 20:19:46 +0000 (13:19 -0700)
commit1f7492c28a5aa5a1abfb3de9dc88ac440296a36c
tree77a3d5d6c92344e1030c2cf30bc135d90aac60fc
parentbdf940d3bda45649c14d0cc6225880b7a8667fd4
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
to correctly process the opcode when it is used on non-list objects.
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS