[issue17533] test_xpickle fails with "cannot import name precisionbigmemtest" or "cannot import name _2G"

Ned Deily report at bugs.python.org
Sat Mar 30 06:38:07 CET 2013


Ned Deily added the comment:

There's a typo in the patch and None won't work. With the following change to the patch:

-    _2G = _1G = None
+    _2G = _1M = 0

the test passes on OS X 10.5 against the system 2.5.1 and an installed 2.4.4.  Thanks!

----------
stage: needs patch -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17533>
_______________________________________


More information about the Python-bugs-list mailing list