Kaydet (Commit) 1ef9c837 authored tarafından Collin Winter's avatar Collin Winter

Issue 6066: POP_MARK was not in pickle protocol 0.

üst 364b2218
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment