prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 718 forks source link

posix_utils: filedescriptor out of range bugfix #1704

Open jstucke opened 1 year ago

jstucke commented 1 year ago

replaced select.select with select.poll (see #1702) resolves #1702