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 catalin.iacob
Recipients brian.curtin, catalin.iacob, loewis, skrah, vstinner
Date 2011-11-27.18:06:27
SpamBayes Score 7.323711e-07
Marked as misclassified No
Message-id <1322417188.56.0.617274525736.issue11732@psf.upfronthosting.co.za>
In-reply-to
Content
To avoid messing with system registry settings it sounds like WerRegisterRuntimeExceptionModule could also work, at least on Windows7 http://msdn.microsoft.com/en-us/library/windows/desktop1/dd408167%28v=VS.85%29.aspx

There could be a dll which would do nothing when receiving the crash report for expected crashes (test_capi and test_faulthandler). WerRegisterRuntimeExceptionModule doesn't exist in the headers of the SDK that comes with VS2008 but it could be retrieved at runtime with GetProcAddress. It's more work than the registry setting but seems cleaner since it avoids changing system settings.
History
Date User Action Args
2011-11-27 18:06:28catalin.iacobsetrecipients: + catalin.iacob, loewis, vstinner, brian.curtin, skrah
2011-11-27 18:06:28catalin.iacobsetmessageid: <1322417188.56.0.617274525736.issue11732@psf.upfronthosting.co.za>
2011-11-27 18:06:27catalin.iacoblinkissue11732 messages
2011-11-27 18:06:27catalin.iacobcreate