Message 118528 - Python tracker
Message118528
| Author | dmalcolm |
|---|---|
| Recipients | dmalcolm, pitrou, vstinner |
| Date | 2010-10-13.15:05:46 |
| SpamBayes Score | 0.0008392864 |
| Marked as misclassified | No |
| Message-id | <1286982350.22.0.680991360437.issue8863@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
One other concern: many OSes (e.g. Linux distributions) implement some kind of system-wide crash-catching utility; for example in Fedora we have ABRT ( https://fedorahosted.org/abrt/wiki ). I'm not sure yet exactly how these are implemented, but we'd want to avoid breaking them: segfaults of a system-provided /usr/bin/python (or /usr/bin/python3 ) should continue to be detected by such tools. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-13 15:05:50 | dmalcolm | set | recipients: + dmalcolm, pitrou, vstinner |
| 2010-10-13 15:05:50 | dmalcolm | set | messageid: <1286982350.22.0.680991360437.issue8863@psf.upfronthosting.co.za> |
| 2010-10-13 15:05:47 | dmalcolm | link | issue8863 messages |
| 2010-10-13 15:05:46 | dmalcolm | create | |