ssloop
ssloop copied to clipboard
Typo at file "loop.py"?
Hello, I notice that there may be a typo in the file "loop.py". At line 135-136, the method tries to call the expired handler at first, which is stored in "_handlers_with_timeout". However, line 136 uses "_handlers_with_no_fd" instead. I wonder if this is a typo? thanks!