Issue 28094: Document behaviour of Process.join() in multiprocessing (original) (raw)

Created on 2016-09-12 04:12 by tclark, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
multiprocessing.patch tclark,2016-09-12 04:12 review
Messages (4)
msg275943 - (view) Author: Tom Clark (tclark) * Date: 2016-09-12 04:12
#10673 indicated that the issue should be resolved by clarifying the documentation. The proposed patch is intended to do this.
msg275947 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-12 04:20
Hi Tom, thanks for the patch! Issue 10673 is still open, is there a reason not to attach your patch there?
msg275949 - (view) Author: Tom Clark (tclark) * Date: 2016-09-12 04:26
I thought that, since Issue <10673> refers to the library rather than the docs, it was better to create a seperate documentation issue. In other words, I probably overthought it.
msg275952 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-12 04:29
Thanks for the explanation. We usually handle situations like this in the same issue so I'm closing this as a duplicate of issue 10673. Could you please attach your patch to issue 10673? Thanks!
History
Date User Action Args
2022-04-11 14:58:36 admin set github: 72281
2016-09-12 04:29:56 berker.peksag set status: open -> closedsuperseder: multiprocess.Process join method - timeout indistinguishable from successmessages: + resolution: duplicatestage: resolved
2016-09-12 04:26:28 tclark set messages: +
2016-09-12 04:20:33 berker.peksag set nosy: + berker.peksagmessages: +
2016-09-12 04:12:10 tclark create