commit | 1ef9c837b7c61e20db8e2aceeb34e450e92405f9 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed May 20 16:49:12 2009 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed May 20 16:49:12 2009 +0000 |
tree | 306eae2d4245d36fe66ff6935f7e47df45f745a9 | |
parent | 364b22183c07e601a4cf2e4eaab8de0b3562bb73 [diff] [blame] |
Issue 6066: POP_MARK was not in pickle protocol 0.
diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 7121c2a..065498c 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py
@@ -1348,7 +1348,7 @@ arg=None, stack_before=[markobject, stackslice], stack_after=[], - proto=0, + proto=1, doc="""Pop all the stack objects at and above the topmost markobject. When an opcode using a variable number of stack objects is done,