Emmanuel Arias <emmanuelaria...@gmail.com> added the comment:

Hi,

The reason of the aborted(core dump) of the interpreter is because when the 
init process was wrong, the 

```_Py_NO_RETURN fatal_error()```

call and abort()

So, I change it for a exit(status) to avoid break the interpreter (I attach a 
patch)

What do you think about it? If all it's ok I can prepare the PR

----------
keywords: +patch
nosy: +eamanu
Added file: 
https://bugs.python.org/file48134/0001-avoid-abort-when-initialize-python-fail.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35969>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to