1
vote
How to skip sys.exitfunc when unhandled exceptions occur
I don't really know why you want to do that, but you can install an excepthook that will be called by Python whenever an uncatched exception is raised, and in it clear the array of registered funct …
