• Jason Madden's avatar
    I solved the test_ftplib.py windows failures locally by more careful handling... · b43f8686
    Jason Madden authored
    I solved the test_ftplib.py windows failures locally by more careful handling of lifetimes of io watchers: they should be disposed when the fileno is. I investigated a more drastic approach using new watchers entirely every time we restart, but it doesn't seem necessary, at least on CPython (I can't even run PyPy+libuv locally on darwin though, so there are more problems lurking there).
    b43f8686
test__core_timer.py 1.56 KB