Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

The leak is because creating a 'msilib.Directory' adds an entry on a global 
variable '_directories', therefore leaking.

My first PR will make sure the _directories is cleared out after the test to 
stop the leak, but it seems to me that the variable is unused.

@Steve, could you confirm that there is still a reason for the 
msilib._directories?

----------
stage: patch review -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to