From: Collin Winter Date: Wed, 20 May 2009 16:49:12 +0000 (+0000) Subject: Issue 6066: POP_MARK was not in pickle protocol 0. X-Git-Tag: v2.7a1~1145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ef9c837b7c61e20db8e2aceeb34e450e92405f9;p=python Issue 6066: POP_MARK was not in pickle protocol 0. --- diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 7121c2a09a..065498c2a1 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -1348,7 +1348,7 @@ opcodes = [ 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,