Commit 78fdb7ac authored by Denis Bilenko's avatar Denis Bilenko

minor change in a comment

parent a46ed8ca
......@@ -110,8 +110,7 @@ static void gevent_callback(struct PyGeventLoopObject* loop, PyObject* callback,
else {
gevent_handle_error(loop, watcher);
if (revents & (EV_READ|EV_WRITE)) {
/* this was an 'io' watcher: not stopping it will likely to cause the failing callback to be called repeatedly */
/* QQQ what about idle watcher? It will also cause the repeated failure. */
/* io watcher: not stopping it may cause the failing callback to be called repeatedly */
gevent_stop(watcher, loop);
goto end;
}
......
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