[Python-Dev] Switch statement

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jun 21 02:13:16 CEST 2006


Phillip J. Eby wrote:

> Sadly, it's not *quite* that simple, due to the fact that co_lnotab must be 
> increase in line numbers as bytecode offsets increase.

I think it's high time all the cleverness was ripped out
of the lnotab and it just became a plain array of independent
entries.

--
Greg


More information about the Python-Dev mailing list