This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients lukasz.langa, pablogsal, steve.dower
Date 2019-06-02.19:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559504284.92.0.966743484249.issue37124@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-06-02 19:38:04pablogsalsetrecipients: + pablogsal, lukasz.langa, steve.dower
2019-06-02 19:38:04pablogsalsetmessageid: <1559504284.92.0.966743484249.issue37124@roundup.psfhosted.org>
2019-06-02 19:38:04pablogsallinkissue37124 messages
2019-06-02 19:38:04pablogsalcreate