Message 74068 - Python tracker
Note: my patch can be adapted to catch SIGFPE (divison by zero or
other math error). For int/long types, Python avoids divison by zero,
but for code written in C ("external modules"), Python is unable to
catch such errors. Eg. see last imageop issue: i was possible to
generate many divisions by zero.