Antoine Pitrou added the comment:

Your patch doesn't seem to work properly: a "while" loop doesn't generate 
negative line offsets. The reason seems to be that compiler_set_lineno() 
prevents it.
(also, if I re-add the `assert(d_lineno >= 0);` in assemble_lnotab(), I don't 
get any crash)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to