[issue8613] Decimal module flags undetermined when a signal is trapped.

Mark Dickinson report at bugs.python.org
Sun May 9 13:45:40 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Umm.  Please pretend I didn't write this:

> One simple change that might help would be to have all Decimal 
> exceptions derive from a common `DecimalException` superclass, making
> it easier to catch just decimal exceptions in a try-except block.

DecimalException already exists, of course.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8613>
_______________________________________


More information about the Python-bugs-list mailing list