| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
|
@gpshead This is the main set of changes in this series, but it will not work without |
Sorry, something went wrong.
| fds = [master_fd, STDIN_FILENO] | ||
| while fds: | ||
| rfds, _wfds, _xfds = select(fds, [], []) | ||
| while True: |
There was a problem hiding this comment.
I do not think that fds is ever empty in this loop. Therefore, I replaced while fds: with the original while True:. Please correct me if I am wrong.
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This follows #92365. This is one in a series of PRs aimed at cleaning-up, fixing bugs in, introducing new features in, and updating the code in "Lib/pty.py".
This is expected to fail before the following prerequisites are merged: #101832 and #102413.
Signed-off-by: Soumendra Ganguly soumendraganguly@gmail.com