commit | c05b7890bcc608e56fab19344b9566d2f500911d | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Sep 08 19:22:18 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Sep 08 19:22:18 2009 +0000 |
tree | 83c7d5306d8f6801ee2f6bcdda1aeeb066a3c76f | |
parent | a081c676adbb2ccdaad91cd895dee41d85c2a033 [diff] |
Merged revisions 74708 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74708 | mark.dickinson | 2009-09-07 19:04:58 +0100 (Mon, 07 Sep 2009) | 2 lines #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. ........