G -> M (closes #17533)

This commit is contained in:
Benjamin Peterson 2013-03-30 15:30:28 -04:00
parent d627e122d7
commit f3ad030a74
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ try:
from test.test_support import _2G, _1M, precisionbigmemtest
except ImportError:
# this import might fail when run on older Python versions by test_xpickle
_2G = _1G = 0
_2G = _1M = 0
def precisionbigmemtest(*args, **kwargs):
return lambda self: None