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 anselm.kruis
Recipients anselm.kruis
Date 2013-05-17.23:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368834409.49.0.790067586607.issue18004@psf.upfronthosting.co.za>
In-reply-to
Content
I installed Python 2.7.5 including tests using the MSI installer from http://www.python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi Running 

python.exe -m test.regrtest -v test_list

consumes all available memory and renders the my system completely unusable. I had to reboot. The problem is caused by the test case "test_overflow". If you run the test with an imposed memory limit, e.g. by using ulimitnt (http://code.google.com/p/ulimitnt/) , test_overflow passes.

I propose to skip this test on Win64.
History
Date User Action Args
2013-05-17 23:46:49anselm.kruissetrecipients: + anselm.kruis
2013-05-17 23:46:49anselm.kruissetmessageid: <1368834409.49.0.790067586607.issue18004@psf.upfronthosting.co.za>
2013-05-17 23:46:49anselm.kruislinkissue18004 messages
2013-05-17 23:46:49anselm.kruiscreate