]> granicus.if.org Git - python/commit
Removed bytecode transformation for sequence packing/unpacking.
authorRaymond Hettinger <python@rcn.com>
Fri, 20 Jun 2003 16:13:17 +0000 (16:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 20 Jun 2003 16:13:17 +0000 (16:13 +0000)
commitb9572c3456d2c69e8629f98055f375980ccdf7f3
treec74970a2431dcc7c5dc872faf66066d79ddf1278
parent7c0d7ba99d41b0ef201409dd1b45d58c38251981
Removed bytecode transformation for sequence packing/unpacking.
It depended on the previously removed basic block checker to
prevent a jump into the middle of the transformed block.

Clears SF 757818: tuple assignment -- SystemError: unknown opcode
Python/compile.c