Message 296965 - Python tracker
Message296965
| 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:20 | vstinner | set | recipients: + vstinner |
| 2017-06-26 22:47:20 | vstinner | set | messageid: <1498517240.21.0.367859719606.issue30764@psf.upfronthosting.co.za> |
| 2017-06-26 22:47:20 | vstinner | link | issue30764 messages |
| 2017-06-26 22:47:20 | vstinner | create | |