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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef9c837b7c61e20db8e2aceeb34e450e92405f9;p=thirdparty%2FPython%2Fcpython.git Issue 6066: POP_MARK was not in pickle protocol 0. --- diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 7121c2a09ab0..065498c2a13b 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,