[issue8567] decimal module doesn't respect precedence rules for exceptional conditions

Mark Dickinson report at bugs.python.org
Sat May 1 17:06:08 CEST 2010


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

Better patch, that checks exception precedence for every test case when EXTENDEDERRORTEST is defined.  With this patch, I get 11 test failures in test_decimal (down from 50 test failures before the Decimal._fix fix).

Now we just have to track down the remaining wrongly ordered exceptions...

----------
Added file: http://bugs.python.org/file17164/issue8567_2.patch

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


More information about the Python-bugs-list mailing list