]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23094: Fixed readline with frames in Python implementation of pickle.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:37:44 +0000 (10:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 08:37:44 +0000 (10:37 +0200)
commit230586739cc090ededbe45f101d8df75e5772455
treeef441ff65c93df237a487a69c637c9ee349f9653
parent0e992b352aff5fae23ee0f8893e68ce27cba6af7
parent21d7533c4c13489b4b3baae59f9e25cd038fb16b
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Lib/test/pickletester.py
Misc/NEWS