def __exit__(self, exc_type, exc_value, traceback): if self.fh is not None: fcntl.lockf(self.fh, fcntl.LOCK_UN) self.fh.close() os.unlink(LOCK_PATH)