Thomas Perl added the comment: 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(); + } ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30560> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com