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

General shape of the patch looks good.

I'd suggest using a mask of _MCW_PC | _MCW_RC instead of just _MCW_PC, so that 
the rounding mode is also set correctly.  Probably rarely an issue in practice, 
but it's the same thing that we're doing on Linux.

If this is going near the maintenance branches (2.7, 3.2), we need to be very 
careful.

Have you had the opportunity to test the patch (e.g., run the complete Python 
test suite) both on 32-bit and 64-bit Windows?

----------

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

Reply via email to