]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix for issue 3862: test_array fails FreeBSD 7 amd64
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 1 Oct 2008 03:25:25 +0000 (03:25 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Wed, 1 Oct 2008 03:25:25 +0000 (03:25 +0000)
commitbf24401a1f9cc8f4122405c7de1051d7823b6f0c
treef2c9f5e020e203c038385f561211632def1d857e
parent0806749e631ab4e24f78df347a9d932bbc3cb6c7
fix for issue 3862: test_array fails FreeBSD 7 amd64

FreeBSD 7's underlying malloc() is behaves differently to earlier versions
and seriously overcommits available memory on amd64.  This may affect
other 64bit platforms in some circumstances, so the scale of the
problematic test is wound back.

Patch by Mark Dickinson, reviewed by Martin von Loewis.
Lib/test/test_array.py