summaryrefslogtreecommitdiff
path: root/Lib/pickletools.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pickletools.py')
-rw-r--r--Lib/pickletools.py2
1 files changed, 1 insertions, 1 deletions
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,