diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-10-29 16:32:19 +0000 |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-10-29 16:32:19 +0000 |
commit | fbd5797eb7aa2f2e291a11081f5c5160614fdd45 (patch) | |
tree | 257ffac513c26bc43da4bfad3ba6be9a3a986b3a /Python | |
parent | 2836907bbb62272db4186d89e684108b90ded8fe (diff) | |
download | cpython-git-fbd5797eb7aa2f2e291a11081f5c5160614fdd45.tar.gz |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions