[pypy-dev] Re: [pypy-svn] r8960 - pypy/dist/pypy/objspace/std
Anders Chrigström
ac at strakt.com
Thu Feb 10 12:16:41 CET 2005
Armin Rigo wrote:
> Hi Anders,
>
> On Mon, Feb 07, 2005 at 06:07:19PM +0100, ac at codespeak.net wrote:
>
>>Log:
>>Make it possible to run (but with failing tests) cpythons test_builtins
>
>
> Hum, I still cannot run the test in my own machine, but I can run it on
> codespeak. Moreover I can still run it on codespeak without your patch... So
> my guess is that something unrelated is going on here. (Your patch itself is
> fine, though, as a good performance improvement.)
The test to be made runnable is
self.assertRaises(MemoryError, list, xrange(sys.maxint // 2))
Without the performance improvement it simply takes longer to run than I
am willing to wait. This test is only performed on 32 bit systems hence
no problems on codespeak. As for not working on your machine i have no
idea why. If you still have problems I'll be intrested in what
tracebacks you get.
/Arre
More information about the Pypy-dev
mailing list