chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
utils.pyx (_getfd): Hack around Pyrex exception-handling bugs.
[mLib-python]
/
sel-base.pyx
diff --git
a/sel-base.pyx
b/sel-base.pyx
index ca1f365a646b974ef35779a67fb1a7ac18c0360c..64e8d08cb32bf52a31693e4fdf44f4d275ef1252 100644
(file)
--- a/
sel-base.pyx
+++ b/
sel-base.pyx
@@
-26,6
+26,7
@@
cdef sel_state _sel
def select():
+ """select(): wait for I/O and/or timeouts"""
if sel_select(&_sel) and errno != EINTR and errno != EAGAIN:
_oserror()