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 ocean-city
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond, ocean-city
Date 2009-02-02.10:21:35
SpamBayes Score 4.4164353e-06
Marked as misclassified No
Message-id <1233570097.8.0.05178880523.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for interruption. Maybe is _CrtSetReportHook useful?
http://msdn.microsoft.com/en-us/library/0yysf5e6(VS.80).aspx

1. Call _CrtSetReportHook on startup
2. Py_BEGIN_CRT_ERROR_HANDLING sets flag in thread local storage.
3. In hook function, look at above flag and change return value of hook
function.

This is just impression from MSDN document, I didn't try yet.
History
Date User Action Args
2009-02-02 10:21:37ocean-citysetrecipients: + ocean-city, loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson
2009-02-02 10:21:37ocean-citysetmessageid: <1233570097.8.0.05178880523.issue4804@psf.upfronthosting.co.za>
2009-02-02 10:21:36ocean-citylinkissue4804 messages
2009-02-02 10:21:35ocean-citycreate