Message181768
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) |
|
| Date |
User |
Action |
Args |
| 2013-02-09 23:01:07 | pitrou | set | recipients:
+ pitrou, georg.brandl, vstinner, xdegaye, Mark.Shannon |
| 2013-02-09 23:01:07 | pitrou | set | messageid: <[email protected]> |
| 2013-02-09 23:01:07 | pitrou | link | issue16956 messages |
| 2013-02-09 23:01:06 | pitrou | create | |
|