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 pablogsal
Recipients BTaskaya, arekm, gaborjbernat, pablogsal, vstinner
Date 2020-03-15.19:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584301487.04.0.383652757583.issue39360@roundup.psfhosted.org>
In-reply-to
Content
> which looks a bit weird to me

Is explained in the message in https://bugs.python.org/msg364211:

What happens is that is moving that code so is executed in both code paths: explicit termination and multiprocessing finalization.

> Unfortunately test case from first message in this bug report still hangs for me with this applied.

Hummm, the test case from this bug is precisely the test case in PR 19009 so it should not hang.
History
Date User Action Args
2020-03-15 19:44:47pablogsalsetrecipients: + pablogsal, arekm, vstinner, gaborjbernat, BTaskaya
2020-03-15 19:44:47pablogsalsetmessageid: <1584301487.04.0.383652757583.issue39360@roundup.psfhosted.org>
2020-03-15 19:44:47pablogsallinkissue39360 messages
2020-03-15 19:44:46pablogsalcreate