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 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:52thomas.perlsetrecipients: + thomas.perl
2017-06-03 19:21:52thomas.perlsetmessageid: <1496517712.57.0.211182370007.issue30560@psf.upfronthosting.co.za>
2017-06-03 19:21:52thomas.perllinkissue30560 messages
2017-06-03 19:21:52thomas.perlcreate