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 vstinner
Date 2017-06-26.22:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498517240.21.0.367859719606.issue30764@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to implement test.support.SuppressCrashReport on Windows using only ctypes for Python 2.7, but I failed: see attached suppress_crash.py. So I created https://github.com/python/cpython/pull/2423 which adds new functions and constants to the _testcapi module. IMHO it's more reliabe to do that, but it adds more C code.
History
Date User Action Args
2017-06-26 22:47:20vstinnersetrecipients: + vstinner
2017-06-26 22:47:20vstinnersetmessageid: <1498517240.21.0.367859719606.issue30764@psf.upfronthosting.co.za>
2017-06-26 22:47:20vstinnerlinkissue30764 messages
2017-06-26 22:47:20vstinnercreate