Open boolking opened 8 years ago
On alphine linux, python segfaults when call read_event, and it is caused by ioctl's unnecessary (default) parameter mutate_flag.
if fcntl.ioctl(self._fd, termios.FIONREAD, buf_, 1) == -1: return
Reference: Alphine bug python-prompt-toolkit pull request
On alphine linux, python segfaults when call read_event, and it is caused by ioctl's unnecessary (default) parameter mutate_flag.
Reference: Alphine bug python-prompt-toolkit pull request