def shutdown(self, space):
     from pypy.module.faulthandler import handler
     handler.finish(space)
     MixedModule.shutdown(self, space)