From: Benjamin Peterson Date: Sat, 30 Mar 2013 19:30:28 +0000 (-0400) Subject: G -> M (closes #17533) X-Git-Tag: v2.7.4~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3ad030a742b6dcbc34286f57326758ca3d42829;p=thirdparty%2FPython%2Fcpython.git G -> M (closes #17533) --- diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py index c95531f33e69..7f43dfb90bad 100644 --- a/Lib/test/pickletester.py +++ b/Lib/test/pickletester.py @@ -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