atabac / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Restore overflow in int_divmod() when exceptions are implemented #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue #167 disabled overflow in int_divmod().  This should be restored when 
try/finally/except is available.

Original issue reported on code.google.com by dwhall...@gmail.com on 27 Oct 2010 at 3:45