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 Windson Yang, benjamin.peterson, davin, docs@python, mattip, ned.deily, pablogsal, pitrou, tzickel, vstinner, zach.ware
Date 2018-12-03.16:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543855709.15.0.788709270274.issue34172@psf.upfronthosting.co.za>
In-reply-to
Content
Víctor, I have a PR fixing this in:

issue35378

Even if is not correct to not call close or join on the Pool, this behaviour was working before while now it hangs. The fix is really simple, si I think we should fix it and not revert the change on this case.
History
Date User Action Args
2018-12-03 16:48:29pablogsalsetrecipients: + pablogsal, pitrou, vstinner, benjamin.peterson, ned.deily, docs@python, zach.ware, mattip, davin, tzickel, Windson Yang
2018-12-03 16:48:29pablogsalsetmessageid: <1543855709.15.0.788709270274.issue34172@psf.upfronthosting.co.za>
2018-12-03 16:48:29pablogsallinkissue34172 messages
2018-12-03 16:48:29pablogsalcreate