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 dmalcolm, joshbressers, pitrou, vstinner
Date 2010-10-19.23:28:10
SpamBayes Score 4.4474476e-05
Marked as misclassified No
Message-id <1287530892.51.0.500230669348.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 8:
 - fix compiler warning on Windows
 - skip test_sigfpe() on Windows: it looks like the signal handler is not executed, the program exits directly
 - fix tests for Windows end of line (\r\n vs \n)
History
Date User Action Args
2010-10-19 23:28:12vstinnersetrecipients: + vstinner, pitrou, dmalcolm, joshbressers
2010-10-19 23:28:12vstinnersetmessageid: <1287530892.51.0.500230669348.issue8863@psf.upfronthosting.co.za>
2010-10-19 23:28:11vstinnerlinkissue8863 messages
2010-10-19 23:28:10vstinnercreate