Issue 33056: LEaking files in concurrent.futures.process (original) (raw)
Issue33056
Created on 2018-03-12 15:09 by tomMoral, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 6084 | merged | tomMoral,2018-03-12 15:09 | |
PR 6092 | merged | miss-islington,2018-03-12 22:11 |
Messages (6) | ||
---|---|---|
msg313656 - (view) | Author: Thomas Moreau (tomMoral) * | Date: 2018-03-12 15:09 |
The recent changes introduced by https://github.com/python/cpython/pull/3895 leaks some file descriptors (the Pipe open in _ThreadWakeup). They should be properly closed at shutdown. | ||
msg313669 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2018-03-12 17:18 |
New changeset 095ee415cee41bf24c3a1108c23307e5baf168dd by Andrew Svetlov (Thomas Moreau) in branch 'master': bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084) https://github.com/python/cpython/commit/095ee415cee41bf24c3a1108c23307e5baf168dd | ||
msg313733 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2018-03-13 09:11 |
New changeset f216cbf9ab704da98146a25d57ff0e85aecb49da by Antoine Pitrou (Miss Islington (bot)) in branch '3.7': bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (GH-6084) (#6092) https://github.com/python/cpython/commit/f216cbf9ab704da98146a25d57ff0e85aecb49da | ||
msg313734 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2018-03-13 09:12 |
Andrew: where there are multiprocessing issues, could you please nosy me so that I get a chance to review? Thomas: thanks for spotting this and thanks for the fix! | ||
msg313738 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2018-03-13 10:16 |
Antoine sorry, will do next time | ||
msg313756 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2018-03-13 14:49 |
Andrew - you can search for some module names in the nosy list to add the designated people for them. The components list doesn't include all of them (perhaps it should?). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:58 | admin | set | github: 77237 |
2018-03-13 14:49:02 | steve.dower | set | messages: + |
2018-03-13 10:16:18 | asvetlov | set | nosy: + paul.moore, tim.golden, zach.ware, steve.dowermessages: + components: + Windows, XML, - Library (Lib) |
2018-03-13 09:12:21 | pitrou | set | status: open -> closedversions: + Python 3.8messages: + resolution: fixedstage: patch review -> resolved |
2018-03-13 09:11:00 | pitrou | set | nosy: + pitroumessages: + |
2018-03-12 22:11:47 | miss-islington | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest5854> |
2018-03-12 17🔞46 | asvetlov | set | nosy: + asvetlovmessages: + |
2018-03-12 15:09:15 | tomMoral | create |