[issue3055] test_list on 64-bit platforms

2009-01-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: I can confirm that this issue is fixed. -- resolution: works for me -> fixed ___ Python tracker ___ ___

[issue3055] test_list on 64-bit platforms

2008-12-27 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue3055] test_list on 64-bit platforms

2008-08-16 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: 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? -- nosy: +pitrou __

[issue3055] test_list on 64-bit platforms

2008-06-06 Thread Ronald Oussoren
New submission from Ronald Oussoren <[EMAIL PROTECTED]>: 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 g