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 pitrou
Recipients Jim.Jewett, asksol, davin, pitrou
Date 2017-06-12.14:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497276786.27.0.107135636834.issue30596@psf.upfronthosting.co.za>
In-reply-to
Content
I want close() to be deterministic.  So I guess we have two simple possibilities:
1) close() raises if the process is still alive
2) close() calls join() implicitly if the process is still alive
History
Date User Action Args
2017-06-12 14:13:06pitrousetrecipients: + pitrou, asksol, Jim.Jewett, davin
2017-06-12 14:13:06pitrousetmessageid: <1497276786.27.0.107135636834.issue30596@psf.upfronthosting.co.za>
2017-06-12 14:13:06pitroulinkissue30596 messages
2017-06-12 14:13:06pitroucreate