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 vstinner
Recipients ajaksu2, jyasskin, lekma, pitrou, rupole, vstinner
Date 2010-05-15.01:43:35
SpamBayes Score 3.4273646e-07
Marked as misclassified No
Message-id <1273887817.83.0.365317892423.issue3605@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the new test for Windows: r81183 (py3k). The new test failed on Windows because of the different newline characters:

Traceback (most recent call last):
  File "...\test_capi.py", line 49, in test_no_FatalError_infinite_loop
    b'Fatal Python error:'
AssertionError: b'Fatal Python error: PyThreadState_Get: no current thread\r\n' != b'Fatal Python error: PyThreadState_Get: no current thread\n'
History
Date User Action Args
2010-05-15 01:43:39vstinnersetrecipients: + vstinner, rupole, pitrou, ajaksu2, jyasskin, lekma
2010-05-15 01:43:37vstinnersetmessageid: <1273887817.83.0.365317892423.issue3605@psf.upfronthosting.co.za>
2010-05-15 01:43:35vstinnerlinkissue3605 messages
2010-05-15 01:43:35vstinnercreate