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 robrien
Recipients aimacintyre, robrien
Date 2008-09-14.14:40:14
SpamBayes Score 1.1542844e-06
Marked as misclassified No
Message-id <1221403215.69.0.924523804019.issue3862@psf.upfronthosting.co.za>
In-reply-to
Content
2.6rc2 and Python-3.0b3 test_array detail
 
test_alloc_overflow (test.test_array.DoubleTest) ... Killed

Fills swap space and dumps core.


2.5.2 

test_list
test_addmul (test.test_list.ListTest) ... ok
test_append (test.test_list.ListTest) ... ok
Killed

The FreeBSD ports patches fix this in 2.5.2. Specifically patching
seq_tests.py to limit test_bigrepeat() to  if sys.maxint <= 2147483647.
no other tests fail; so I don't know immediately what else is patched.
Although there are about 25 patches for the 2.5 port.
History
Date User Action Args
2008-09-14 14:40:15robriensetrecipients: + robrien, aimacintyre
2008-09-14 14:40:15robriensetmessageid: <1221403215.69.0.924523804019.issue3862@psf.upfronthosting.co.za>
2008-09-14 14:40:15robrienlinkissue3862 messages
2008-09-14 14:40:14robriencreate