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 kumaar.nd
Recipients Sean Murphy, davin, kumaar.nd
Date 2016-12-15.13:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481810300.81.0.0962272592791.issue28965@psf.upfronthosting.co.za>
In-reply-to
Content
hi,

few comments on this: [when tested with 'spawn']

1. the document(3x, 17.2.1.2) clearly mentions that 'spawn' doesnt inherit the file-handles (hence FileNotFoundError).
2. the document's examples has spawn() followed by join() where parent waits for the Child to finish and exits gracefully. The error "OSError: [Errno 9] Bad file descriptor" is seen for Child process.
3. Isnt exception-handling for null file descriptors sufficient (with corresponding Document updates)

am not a core developer yet and still trying to learn and contribute.

Thanks
History
Date User Action Args
2016-12-15 13:58:20kumaar.ndsetrecipients: + kumaar.nd, davin, Sean Murphy
2016-12-15 13:58:20kumaar.ndsetmessageid: <1481810300.81.0.0962272592791.issue28965@psf.upfronthosting.co.za>
2016-12-15 13:58:20kumaar.ndlinkissue28965 messages
2016-12-15 13:58:20kumaar.ndcreate