mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
G -> M (closes #17533)
This commit is contained in:
parent
d627e122d7
commit
f3ad030a74
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ try:
|
||||||
from test.test_support import _2G, _1M, precisionbigmemtest
|
from test.test_support import _2G, _1M, precisionbigmemtest
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# this import might fail when run on older Python versions by test_xpickle
|
# this import might fail when run on older Python versions by test_xpickle
|
||||||
_2G = _1G = 0
|
_2G = _1M = 0
|
||||||
def precisionbigmemtest(*args, **kwargs):
|
def precisionbigmemtest(*args, **kwargs):
|
||||||
return lambda self: None
|
return lambda self: None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue