[Python-Dev] Need to hook Py_FatalError

m.u.k m.u.k.2 at gawab.com
Tue May 3 13:42:11 CEST 2005


Greetings,

Currently Py_FatalError only dumps the error to stderr and calls abort().
When doing quirky things with the interpreter, it's so annoying that process 
just terminates. Are there any reason why we still dont have a simple 
callback to hook Py_FatalError.

PS. If the answer is "because no one needs/implemented...", I can volunteer.


Best regards.




More information about the Python-Dev mailing list