This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Sebastian.Kreft.Deezer, vstinner
Date 2014-05-28.16:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401293333.74.0.707889936666.issue21594@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2014-05-28 16:08:53vstinnersetrecipients: + vstinner, Sebastian.Kreft.Deezer
2014-05-28 16:08:53vstinnersetmessageid: <1401293333.74.0.707889936666.issue21594@psf.upfronthosting.co.za>
2014-05-28 16:08:53vstinnerlinkissue21594 messages
2014-05-28 16:08:53vstinnercreate