• Jason Madden's avatar
    A more general fix for test__systemerror.py · baf7e221
    Jason Madden authored
    Instead of manually having it schedule callbacks, we instead run
    callbacks at a time in the event loop cycle equivalent to when libev
    runs them. We do this with a check watcher (instead of a 0 duration
    timer).
    
    Fixes #1058
    baf7e221
test__signal.py 4 KB