[issue3055] test_list on 64-bit platforms

Ronald Oussoren report at bugs.python.org
Fri Jun 6 23:37:35 CEST 2008


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

test_list, and possible other tests, use a lot of memory when Python is 
build in 64-bit mode. This causes heavy swapping when the machine doesn't 
have a huge amount of memory.

I've filed this bug because an OSX box with 3 GBytes of RAM gets 
completely unresponsive when trying to run test_list (due to heavy 
swapping).

----------
components: Tests
messages: 67786
nosy: ronaldoussoren
priority: low
severity: normal
status: open
title: test_list on 64-bit platforms
type: resource usage
versions: Python 2.6

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


More information about the Python-bugs-list mailing list