[Python-Dev] Test failures on Windows 7

2011-10-11 Thread Vinay Sajip
I just cloned and built CPython default on Windows 7 32-bit (in a VM). The build was successful, but I get crashes when running the regression tests: test test_capi failed -- Traceback (most recent call last): File C:\Users\Vinay\Projects\cpython\lib\test\test_capi.py, line 51, in test

Re: [Python-Dev] Test failures on Windows 7

2011-10-11 Thread Stefan Krah
Vinay Sajip vinay_sa...@yahoo.co.uk wrote: test test_capi failed -- Traceback (most recent call last): test test_faulthandler failed -- Traceback (most recent call last): The tests call abort(), and the handling on Windows is slightly peculiar. See: http://bugs.python.org/issue9116

Re: [Python-Dev] Test failures on Windows 7

2011-10-11 Thread Amaury Forgeot d'Arc
Hi, 2011/10/11 Vinay Sajip vinay_sa...@yahoo.co.uk: AssertionError: bFatal Python error: PyThreadState_Get: no current thread\n\r\n This application has requested the Runtime to terminate it in an unusual way.\nP lease contact the application's support team for more information. !=