We could overlap or cross boundaries, but let's straddle them instead.

(dedicated to Larry)
This commit is contained in:
Antoine Pitrou 2013-04-26 23:18:25 +02:00
parent 67b8359461
commit a1fb8fd657
1 changed files with 1 additions and 1 deletions

View File

@ -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.