commit | fbd5797eb7aa2f2e291a11081f5c5160614fdd45 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Oct 29 16:32:19 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Oct 29 16:32:19 2001 +0000 |
tree | 257ffac513c26bc43da4bfad3ba6be9a3a986b3a | |
parent | 2836907bbb62272db4186d89e684108b90ded8fe [diff] |
Fix for SF bug 453099 -- select not defensive And SF patch 473223 -- infinite getattr loop Wrap select() and poll() calls with try/except for EINTR. If EINTR is raised, treat as a response where no fd is ready. In dispatcher constructor, make sure self.socket is always initialized.