Amaury Forgeot d'Arc added the comment:

I finally got rid of the entire hack, by removing the "compression" of
the lnotab: now each (effective) call to compiler_set_lineno() will
generate an entry in lnotab.
The patch is even simpler.
the lnotab will grow a little, but only when several statements are on
the same line: semicolons, and also one-line suites (like "if x: return").

Commited r60575.

----------
status: open -> pending

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1750076>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to