This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:03vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2008-09-30 09:06:02vstinnersetmessageid: <1222765562.98.0.595912171204.issue3999@psf.upfronthosting.co.za>
2008-09-30 09:06:02vstinnerlinkissue3999 messages
2008-09-30 09:06:01vstinnercreate