def _do_stdin(self, inrec):
        self._lock.acquire()
        try:
            super()._do_stdin(inrec)
        finally: