Hi, I have a function init_logging.log_uncaught_errors() that I use for sys.excepthook. Now I also want to call another function (ffi.dlclose()) upon abnormal termination. Is it possible to register multiple excepthooks, like with atexit.register? Or should I rename/redefine log_uncaught_errors() so it does both things? Thanks! Albert-Jan -- https://mail.python.org/mailman/listinfo/python-list
- Register multiple excepthooks? Albert-Jan Roskam
- RE: Register multiple excepthooks? avi.e.gross
- Re: Register multiple excepthooks? Dieter Maurer
- Re: Register multiple excepthooks? Albert-Jan Roskam
- Re: Register multiple excepthooks? 2QdxY4RzWzUUiLuE