[issue33191] Refleak in posix_spawn

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> expose posix_spawn(p) ___ Python tracker ___ __

[issue33191] Refleak in posix_spawn

2018-04-01 Thread Gregory P. Smith
Gregory P. Smith added the comment: https://github.com/python/cpython/pull/6332 appears to address this. -- ___ Python tracker ___ _

[issue33191] Refleak in posix_spawn

2018-04-01 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +6044 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue33191] Refleak in posix_spawn

2018-03-30 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +6031 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33191] Refleak in posix_spawn

2018-03-30 Thread Zachary Ware
New submission from Zachary Ware : 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. -- components: Interpreter Core messages: 314719 nosy: gregory.p.smith