Issue39104
Created on 2019-12-20 06:52 by tomMoral, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| main.py | tomMoral, 2019-12-20 06:52 | |||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 17670 | merged | tomMoral, 2019-12-20 06:54 | |
| Messages (5) | |||
|---|---|---|---|
| msg358697 - (view) | Author: Thomas Moreau (tomMoral) * | Date: 2019-12-20 06:52 | |
The attached scripts hangs on python3.7+. This is due to the fact that the main process closes the communication channels directly while the queue_management_thread might still use them. To prevent that, all the closing should be handled by the queue_management_thread. |
|||
| msg360051 - (view) | Author: Patrick Buxton (patbuxton) * | Date: 2020-01-15 13:00 | |
Added core developer to get some feedback |
|||
| msg362088 - (view) | Author: miss-islington (miss-islington) | Date: 2020-02-16 18:09 | |
New changeset a5cbab552d294d99fde864306632d7e511a75d3c by Thomas Moreau in branch 'master': bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) https://github.com/python/cpython/commit/a5cbab552d294d99fde864306632d7e511a75d3c |
|||
| msg362089 - (view) | Author: Antoine Pitrou (pitrou) * | Date: 2020-02-16 18:10 | |
Thank you Thomas. Ii'd rather not backport delicate changes, so closing now. |
|||
| msg367466 - (view) | Author: STINNER Victor (vstinner) * | Date: 2020-04-27 22:08 | |
> bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670) > https://github.com/python/cpython/commit/a5cbab552d294d99fde864306632d7e511a75d3c ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child() of test_concurrent_futures started to fail randomly since this change: see bpo-39995. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:24 | admin | set | github: 83285 |
| 2021-10-18 16:33:41 | iritkatriel | link | issue36281 superseder |
| 2020-04-27 22:08:26 | vstinner | set | nosy:
+ vstinner messages: + msg367466 |
| 2020-02-16 18:10:37 | pitrou | set | status: open -> closed versions: - Python 3.7, Python 3.8 type: behavior messages: + msg362089 resolution: fixed |
| 2020-02-16 18:09:29 | miss-islington | set | nosy:
+ miss-islington messages: + msg362088 |
| 2020-01-27 14:20:26 | patbuxton | set | nosy:
+ bquinlan |
| 2020-01-15 13:00:57 | patbuxton | set | nosy:
+ pitrou, patbuxton messages: + msg360051 |
| 2019-12-20 06:54:22 | tomMoral | set | keywords:
+ patch stage: patch review pull_requests: + pull_request17134 |
| 2019-12-20 06:52:22 | tomMoral | create | |