Message392557
> So would marking the 0 denominator when there is more than one candidate: "e = a/b + c/d".
No, it will mark the offset of the bytecode that was getting executed when the exception was raised. Is just a way to mark what is raising the particular exception
> What would you do when the expression is not the last line?
There is some logic needed to re-raise exceptions. But basically it boils down to comparate the line numbers to decide if you want to propagate or not the offsets. |
|
| Date |
User |
Action |
Args |
| 2021-05-01 00:59:23 | pablogsal | set | recipients:
+ pablogsal, terry.reedy, nedbat, Mark.Shannon, serhiy.storchaka, brandtbucher |
| 2021-05-01 00:59:23 | pablogsal | set | messageid: <[email protected]> |
| 2021-05-01 00:59:23 | pablogsal | link | issue43950 messages |
| 2021-05-01 00:59:23 | pablogsal | create | |
|