Commit c4b25c18 authored by Denis Bilenko's avatar Denis Bilenko

core: make event.add to actually clear global errno like it was supposed to

--HG--
extra : transplant_source : %08rX%C2Bw%7D%D2%1B%01%C7%0A%E3%24%AE7%C6w%C3%D1
parent 58126e1a
......@@ -253,6 +253,7 @@ cdef class event:
def add(self, timeout=None):
"""Add event to be executed after an optional *timeout* - number of seconds
after which the event will be executed."""
global errno
cdef timeval tv
cdef double c_timeout
cdef int result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment