This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, ned.deily, serhiy.storchaka
Date 2013-03-24.05:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364104084.61.0.369066700698.issue17533@psf.upfronthosting.co.za>
In-reply-to
Content
Right. precisionbigmemtest was added by 0aafd1ae5120 ("security patches from Apple") and released in 2.5.3. OS X 10.5 ("Leopard") has 2.5.1. On a hunch, I installed a python2.4 (2.4.4) and the tests are broken using that as well: multiple failures attempting to import _2G


======================================================================
ERROR: test_simple_newobj (test.test_xpickle.CPicklePython24Compat)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py", line 877, in test_simple_newobj
    s = self.dumps(x, proto)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py", line 115, in dumps
    return self.send_to_worker(self.python, arg, proto)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py", line 111, in send_to_worker
    raise RuntimeError(stderr)
RuntimeError: Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py", line 28, in ?
    exec compile(open(mod_path).read(), mod_path, 'exec') in pickletester.__dict__
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py", line 9, in ?
    from test.test_support import (TestFailed, have_unicode, TESTFN, _2G, _1M,
ImportError: cannot import name _2G
History
Date User Action Args
2013-03-24 05:48:04ned.deilysetrecipients: + ned.deily, benjamin.peterson, serhiy.storchaka
2013-03-24 05:48:04ned.deilysetmessageid: <1364104084.61.0.369066700698.issue17533@psf.upfronthosting.co.za>
2013-03-24 05:48:04ned.deilylinkissue17533 messages
2013-03-24 05:48:04ned.deilycreate