commit | ad731b9af9bf8095755b6420b53f9d20d630dfdf | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 09 17:12:30 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 09 17:12:30 2009 +0000 |
tree | 205122fe84592c5f639393e743b647e7874cff9f | |
parent | b087268217703887c08d580c888813162634353f [diff] |
Merged revisions 76176 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76176 | mark.dickinson | 2009-11-09 17:03:34 +0000 (Mon, 09 Nov 2009) | 7 lines Issue #7251: Break out round tests for large values into a separate test function, and skip that test on Linux/alpha systems with a broken system round function. This should turn the Debian/alpha buildbot green. ........