Issue 33191: Refleak in posix_spawn (original) (raw)

Issue33191

Created on 2018-03-30 21:09 by zach.ware, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6315 closed zach.ware,2018-03-30 21:10
PR 6331 closed pablogsal,2018-04-01 15:03
Messages (2)
msg314719 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2018-03-30 21:09
There is a refleak in posix_spawn; see for example http://buildbot.python.org/all/#/builders/114/builds/53 The attached PR fixes it, but I am not confident that I did it correctly.
msg314785 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2018-04-01 19:15
https://github.com/python/cpython/pull/6332 appears to address this.
History
Date User Action Args
2022-04-11 14:58:59 admin set github: 77372
2018-05-01 20:08:48 ned.deily set status: open -> closedsuperseder: expose posix_spawn(p)resolution: duplicatestage: patch review -> resolved
2018-04-01 19:15:43 gregory.p.smith set messages: +
2018-04-01 15:03:21 pablogsal set pull_requests: + <pull%5Frequest6044>
2018-03-31 08:21:43 serhiy.storchaka link issue20104 dependencies
2018-03-30 21:10:58 zach.ware set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6031>
2018-03-30 21:09:31 zach.ware create