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 eamanu
Recipients eamanu, p-ganssle, xtreak
Date 2019-02-12.10:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549967395.84.0.455628767693.issue35969@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-02-12 10:29:55eamanusetrecipients: + eamanu, p-ganssle, xtreak
2019-02-12 10:29:55eamanusetmessageid: <1549967395.84.0.455628767693.issue35969@roundup.psfhosted.org>
2019-02-12 10:29:55eamanulinkissue35969 messages
2019-02-12 10:29:55eamanucreate