STINNER Victor added the comment:

"I don't know if that is expected, but IMO I think it would be better to just 
block until the required numbers of fds are available."

Does it mean that it can block forever? It sounds strange to try to make such 
error silent.

Why not retrying in case of such error in your application? asyncio has no idea 
how to release file descriptors.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21594>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to