]> granicus.if.org Git - python/commitdiff
Issue 6066: POP_MARK was not in pickle protocol 0.
authorCollin Winter <collinw@gmail.com>
Wed, 20 May 2009 16:49:12 +0000 (16:49 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 20 May 2009 16:49:12 +0000 (16:49 +0000)
Lib/pickletools.py

index 7121c2a09ab068568b92b5dc33fc877d8308e574..065498c2a13b98b5caa95af20fdf1de4d7d6c430 100644 (file)
@@ -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,