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 brian.curtin
Recipients brian.curtin
Date 2010-06-29.15:58:25
SpamBayes Score 0.003200473
Marked as misclassified No
Message-id <1277827107.42.0.0793977492373.issue9116@psf.upfronthosting.co.za>
In-reply-to
Content
Debug and Release builds of py3k both throw up a Visual Studio debugger prompt when running this test on Windows. I don't have much time at the moment to investigate, but I find it odd that this isn't occurring on the two Windows py3k buildbots.



Output of the release build after selecting not to debug:

C:\python-dev\py3k>PCbuild\amd64\python.exe -m test.regrtest test_capi
test_capi
test test_capi failed -- Traceback (most recent call last):
  File "C:\python-dev\py3k\lib\test\test_capi.py", line 50, in test_no_FatalError_infinite_loop
    b'Fatal Python error:'
AssertionError: b"Fatal Python error: PyThreadState_Get: no current thread\r\n\r
\nThis application has requested the Runtime to terminate it in an unusual way.\
nPlease contact the application's support team for more information." != b'Fatal
 Python error: PyThreadState_Get: no current thread'

1 test failed:
    test_capi
History
Date User Action Args
2010-06-29 15:58:27brian.curtinsetrecipients: + brian.curtin
2010-06-29 15:58:27brian.curtinsetmessageid: <1277827107.42.0.0793977492373.issue9116@psf.upfronthosting.co.za>
2010-06-29 15:58:26brian.curtinlinkissue9116 messages
2010-06-29 15:58:25brian.curtincreate