Message 119174 - Python tracker
Message119174
| Author | vstinner |
|---|---|
| Recipients | dmalcolm, joshbressers, pitrou, vstinner |
| Date | 2010-10-19.23:04:20 |
| SpamBayes Score | 3.418981e-08 |
| Marked as misclassified | No |
| Message-id | <1287529465.72.0.497686853891.issue8863@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch version 7: - don't use snprintf() because it is not signal safe - catch also SIGBUS and SIGILL if available - Py_FatalError() uses fileno(stderr) instead of directly 2 - Factorize code in segfault.c and test_segfault.py |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-19 23:04:25 | vstinner | set | recipients: + vstinner, pitrou, dmalcolm, joshbressers |
| 2010-10-19 23:04:25 | vstinner | set | messageid: <1287529465.72.0.497686853891.issue8863@psf.upfronthosting.co.za> |
| 2010-10-19 23:04:24 | vstinner | link | issue8863 messages |
| 2010-10-19 23:04:24 | vstinner | create | |