Message189491
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. |
|
Date |
User |
Action |
Args |
2013-05-17 23:46:49 | anselm.kruis | set | recipients:
+ anselm.kruis |
2013-05-17 23:46:49 | anselm.kruis | set | messageid: <1368834409.49.0.790067586607.issue18004@psf.upfronthosting.co.za> |
2013-05-17 23:46:49 | anselm.kruis | link | issue18004 messages |
2013-05-17 23:46:49 | anselm.kruis | create | |
|