summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-30 19:30:28 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-30 19:30:28 (GMT)
commitf3ad030a742b6dcbc34286f57326758ca3d42829 (patch)
tree5fa96e819b15ba3e4940c0233befab8d86439fe6 /Lib
parentd627e122d79802c3f91d6157af6af34d6f6a1757 (diff)
downloadcpython-f3ad030a742b6dcbc34286f57326758ca3d42829.zip
cpython-f3ad030a742b6dcbc34286f57326758ca3d42829.tar.gz
cpython-f3ad030a742b6dcbc34286f57326758ca3d42829.tar.bz2
G -> M (closes #17533)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/pickletester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py
index c95531f..7f43dfb 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