merge 2.7.4 release branch

This commit is contained in:
Benjamin Peterson 2013-03-30 15:31:31 -04:00
commit 472f77daa5
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