mirror of
https://github.com/python/cpython.git
synced 2025-09-03 15:31:08 +00:00
Merged revisions 77566 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77566 | mark.dickinson | 2010-01-17 11:10:03 +0000 (Sun, 17 Jan 2010) | 1 line Increase number of strtod tests slightly, to make it more likely that a memory leak is detected. ........
This commit is contained in:
parent
1c7d69b8a8
commit
4c1718c0e3
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024):
|
||||||
hexdigs,
|
hexdigs,
|
||||||
e + 4*hexdigs)
|
e + 4*hexdigs)
|
||||||
|
|
||||||
TEST_SIZE = 10
|
TEST_SIZE = 16
|
||||||
|
|
||||||
@unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short',
|
@unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short',
|
||||||
"applies only when using short float repr style")
|
"applies only when using short float repr style")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue