uvloop
uvloop copied to clipboard
Question: does uvloop set stdout to non-blocking?
I'm trying to debug an issue and can't really follow the code in here and over at libuv.
I seem to be getting errors when printing out large amounts of data suggestiong my stdout might be switched to non-blocking mode. Is uvloop doing this, why (is there a parameter to not do it, is there a strong reason not to do it), and is stderr affected as well?
Thanks in advance!
Could be relevant: we encountered BlockingIOError when using ipython with uvloop. Also saw likewise report here https://github.com/ipython/ipython/issues/12563