We could overlap or cross boundaries, but let's straddle them instead.
(dedicated to Larry)
This commit is contained in:
parent
67b8359461
commit
a1fb8fd657
|
@ -70,7 +70,7 @@ of a pickle is thus the following::
|
|||
etc.
|
||||
|
||||
To keep the implementation simple, it is forbidden for a pickle opcode
|
||||
to overlap frame boundaries. The pickler takes care not to produce such
|
||||
to straddle frame boundaries. The pickler takes care not to produce such
|
||||
pickles, and the unpickler refuses them. Also, there is no "last frame"
|
||||
marker. The last frame is simply the one which ends with a STOP opcode.
|
||||
|
||||
|
|
Loading…
Reference in New Issue