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.16:46:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497285976.17.0.000852631498788.issue30596@psf.upfronthosting.co.za>
In-reply-to
Content
I've decided it's better to raise a ValueError if the child process hasn't stopped yet.  After all, join() alone may have no effect: often you want to send the process a signal (a literal signal in UNIX terms, or a figurative signal such as write something on a socket, etc.) to ask it to terminate gently.

I'm gonna update the PR soon.
History
Date User Action Args
2017-06-12 16:46:16pitrousetrecipients: + pitrou, asksol, Jim.Jewett, davin
2017-06-12 16:46:16pitrousetmessageid: <1497285976.17.0.000852631498788.issue30596@psf.upfronthosting.co.za>
2017-06-12 16:46:16pitroulinkissue30596 messages
2017-06-12 16:46:15pitroucreate