Message332294
| Author | vstinner |
|---|---|
| Recipients | Windson Yang, benjamin.peterson, davin, docs@python, mattip, ned.deily, pablogsal, pitrou, tzickel, vstinner, zach.ware |
| Date | 2018-12-21.15:38:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1545406683.93.0.443784625336.issue34172@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
multiprocessing.Pool destructor now emits a ResourceWarning if it is still running: if .close() nor .terminate() have been called, see bpo- 35424. It is a first alarm that the problematic example is wrong. Should reconsider to fix this bug in the master branch? If yes, we should carefully document this backward incompatible change. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-21 15:38:05 | vstinner | set | recipients: + vstinner, pitrou, benjamin.peterson, ned.deily, docs@python, zach.ware, mattip, davin, tzickel, pablogsal, Windson Yang |
| 2018-12-21 15:38:03 | vstinner | set | messageid: <1545406683.93.0.443784625336.issue34172@roundup.psfhosted.org> |
| 2018-12-21 15:38:03 | vstinner | link | issue34172 messages |
| 2018-12-21 15:38:03 | vstinner | create | |