Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_list on 64-bit platforms #47305

Closed
ronaldoussoren opened this issue Jun 6, 2008 · 3 comments
Closed

test_list on 64-bit platforms #47305

ronaldoussoren opened this issue Jun 6, 2008 · 3 comments
Labels
performance Performance or resource usage tests Tests in the Lib/test dir

Comments

@ronaldoussoren
Copy link
Contributor

BPO 3055
Nosy @ronaldoussoren, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-12-27.23:13:24.567>
created_at = <Date 2008-06-06.21:37:34.347>
labels = ['tests', 'performance']
title = 'test_list on 64-bit platforms'
updated_at = <Date 2009-01-02.11:40:02.110>
user = 'https://github.com/ronaldoussoren'

bugs.python.org fields:

activity = <Date 2009-01-02.11:40:02.110>
actor = 'ronaldoussoren'
assignee = 'none'
closed = True
closed_date = <Date 2008-12-27.23:13:24.567>
closer = 'pitrou'
components = ['Tests']
creation = <Date 2008-06-06.21:37:34.347>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 3055
keywords = []
message_count = 3.0
messages = ['67786', '71212', '78782']
nosy_count = 2.0
nosy_names = ['ronaldoussoren', 'pitrou']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue3055'
versions = ['Python 2.6']

@ronaldoussoren
Copy link
Contributor Author

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).

@ronaldoussoren ronaldoussoren added tests Tests in the Lib/test dir performance Performance or resource usage labels Jun 6, 2008
@pitrou
Copy link
Member

pitrou commented Aug 16, 2008

Apparently this has been fixed as part of r65335 ("Security patches from
Apple: prevent int overflow when allocating memory"), although it uses
sys.maxint where sys.maxsize may be more appropriate. Can you check?

@pitrou pitrou closed this as completed Dec 27, 2008
@ronaldoussoren
Copy link
Contributor Author

I can confirm that this issue is fixed.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

2 participants