Message 295099 - Python tracker
Message295099
| Author | thomas.perl |
|---|---|
| Recipients | thomas.perl |
| Date | 2017-06-03.19:21:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1496517712.57.0.211182370007.issue30560@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Quick fix for the patch: Of course, the line with abort() needs to be removed before this block:
+ if (_fatal_error_abort_func != NULL) {
+ _fatal_error_abort_func(msg);
+ } else {
+ abort();
+ } |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-03 19:21:52 | thomas.perl | set | recipients: + thomas.perl |
| 2017-06-03 19:21:52 | thomas.perl | set | messageid: <1496517712.57.0.211182370007.issue30560@psf.upfronthosting.co.za> |
| 2017-06-03 19:21:52 | thomas.perl | link | issue30560 messages |
| 2017-06-03 19:21:52 | thomas.perl | create | |