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 Adam.Bishop
Recipients Adam.Bishop, Christian H, christian.heimes, gvanrossum, martius, neologix, vstinner, yselivanov
Date 2015-12-23.00:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450830174.01.0.245301302559.issue21998@psf.upfronthosting.co.za>
In-reply-to
Content
A note about this issue should really be added to the documentation - on OS X, it fails with the rather non-sensical "OSError: [Errno 9] Bad file descriptor", making this very hard to debug.

I don't have any specific requirement for fork support in asyncio as it's trivial to move loop creation after the fork, but having to run the interpreter through GDB to diagnose the problem is not a good state of affairs.
History
Date User Action Args
2015-12-23 00:22:54Adam.Bishopsetrecipients: + Adam.Bishop, gvanrossum, vstinner, christian.heimes, neologix, yselivanov, martius, Christian H
2015-12-23 00:22:54Adam.Bishopsetmessageid: <1450830174.01.0.245301302559.issue21998@psf.upfronthosting.co.za>
2015-12-23 00:22:53Adam.Bishoplinkissue21998 messages
2015-12-23 00:22:53Adam.Bishopcreate