mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Issue 6066: POP_MARK was not in pickle protocol 0.
This commit is contained in:
parent
364b22183c
commit
1ef9c837b7
1 changed files with 1 additions and 1 deletions
|
@ -1348,7 +1348,7 @@ opcodes = [
|
||||||
arg=None,
|
arg=None,
|
||||||
stack_before=[markobject, stackslice],
|
stack_before=[markobject, stackslice],
|
||||||
stack_after=[],
|
stack_after=[],
|
||||||
proto=0,
|
proto=1,
|
||||||
doc="""Pop all the stack objects at and above the topmost markobject.
|
doc="""Pop all the stack objects at and above the topmost markobject.
|
||||||
|
|
||||||
When an opcode using a variable number of stack objects is done,
|
When an opcode using a variable number of stack objects is done,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue