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.

作者 kumaar.nd
收信人 Sean Murphy, davin, kumaar.nd
日期 2016-12-15.13:58:20
SpamBayes Score -1.0
Marked as misclassified
Message-id <1481810300.81.0.0962272592791.issue28965@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2016-12-15 13:58:20kumaar.nd修改recipients: + kumaar.nd, davin, Sean Murphy
2016-12-15 13:58:20kumaar.nd修改messageid: <1481810300.81.0.0962272592791.issue28965@psf.upfronthosting.co.za>
2016-12-15 13:58:20kumaar.nd链接issue28965 messages
2016-12-15 13:58:20kumaar.nd创建