Message80934
| 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:37 | ocean-city | set | recipients: + ocean-city, loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson |
| 2009-02-02 10:21:37 | ocean-city | set | messageid: <1233570097.8.0.05178880523.issue4804@psf.upfronthosting.co.za> |
| 2009-02-02 10:21:36 | ocean-city | link | issue4804 messages |
| 2009-02-02 10:21:35 | ocean-city | create | |