Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

Here is a new patch; I lifted the pre-Py_Initialize() restriction, because it 
seems to me that a wxPython application, for example, could use it.
A wxPython application is not embedded, but it already often redirects stdout 
and even installs a segfault handler.

I also made Py_SetFatalHook() return the previous hook; it could be useful to 
set a function temporarily, even if this is not thread safe.

----------
stage: unit test needed -> patch review

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

Reply via email to