Mark Dickinson <dicki...@gmail.com> added the comment:

It turns out that this is as simple as moving the _convert_other call to the 
top of the Decimal.fma method.  (For some reason I was confusing this with the 
subtleties involved in making sure that an InvalidOperation arising from the 
multiplication part of the fma takes precedence over an InvalidOperation coming 
from a signalling nan in the addend.)

Fixed.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to