Message74068
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, vstinner |
| Date | 2008-09-30.09:06:01 |
| SpamBayes Score | 7.587945e-07 |
| Marked as misclassified | No |
| Message-id | <1222765562.98.0.595912171204.issue3999@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-30 09:06:03 | vstinner | set | recipients: + vstinner, amaury.forgeotdarc |
| 2008-09-30 09:06:02 | vstinner | set | messageid: <1222765562.98.0.595912171204.issue3999@psf.upfronthosting.co.za> |
| 2008-09-30 09:06:02 | vstinner | link | issue3999 messages |
| 2008-09-30 09:06:01 | vstinner | create | |