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 Sebastian.Kreft.Deezer
Recipients Sebastian.Kreft.Deezer
Date 2014-05-28.16:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401293200.2.0.763009510158.issue21594@psf.upfronthosting.co.za>
In-reply-to
Content
In some cases asyncio.create_subprocess_exec raises an OSError because there are no file descriptors available.

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. Otherwise one would need to do this handling, which is not a trivial task.

This issue is happening in Debian 7, with a 3.2.0-4-amd64 kernel, and python 3.4.1 compiled from source.
History
Date User Action Args
2014-05-28 16:06:40Sebastian.Kreft.Deezersetrecipients: + Sebastian.Kreft.Deezer
2014-05-28 16:06:40Sebastian.Kreft.Deezersetmessageid: <1401293200.2.0.763009510158.issue21594@psf.upfronthosting.co.za>
2014-05-28 16:06:40Sebastian.Kreft.Deezerlinkissue21594 messages
2014-05-28 16:06:39Sebastian.Kreft.Deezercreate