[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: Closing as "won't fix"; bdist_wininst has been deprecated in 3.8. -- nosy: +zach.ware resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +13870 pull_request: https://github.com/python/cpython/pull/14007 ___ Python tracker ___ ___

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-05-13 Thread Tiago Filipe Silva
Change by Tiago Filipe Silva : -- keywords: +patch pull_requests: +13183 stage: needs patch -> patch review ___ Python tracker ___ _

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-05-13 Thread Cheryl Sabella
New submission from Cheryl Sabella : /PC/bdist_wininst/install.c contains some memory leaks. PR2142 appears to be abandoned, so a new PR needs to be opened with the changes and also with the additional changes requested by Serhiy. -- components: Installation messages: 342311 nosy: che