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 gvanrossum
Recipients WGH, gvanrossum, vstinner, yselivanov
Date 2015-12-26.03:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451099959.19.0.522850120738.issue25936@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, hm, we do seem to have os.waitid() but not on OS X... Well that makes producing a reasonable patch much more complicated. Maybe you want to add a 3rd ChildWatcher just for Linux (or just for platforms that have os.waitid)? (If so, please submit a PR to https://github.com/python/asyncio, which we use as "upstream".)
History
Date User Action Args
2015-12-26 03:19:19gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, WGH
2015-12-26 03:19:19gvanrossumsetmessageid: <1451099959.19.0.522850120738.issue25936@psf.upfronthosting.co.za>
2015-12-26 03:19:19gvanrossumlinkissue25936 messages
2015-12-26 03:19:18gvanrossumcreate