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

Aha. The special result for round(x, 1-2**31) has nothing to do with this 
particular patch.  It's a consequence of:

#define UNDEF_NDIGITS (-0x7fffffff) /* Unlikely ndigits value */

in bltinmodule.c.  The same behaviour results for all types, not just 
ints.

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

Reply via email to