Issue1283

classification
Title: File resource leaks in pkgutil
Type: Severity: normal
Components: Library Versions: 2.5b1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: zyasoft
Priority: high Keywords:

Created on 2009-03-22.04:15:16 by zyasoft, last changed 2009-04-02.02:33:21 by zyasoft.

Messages
msg4332 (view) Author: Jim Baker (zyasoft) Date: 2009-03-22.04:15:15
Various examples of files being opened without being closed or being
closed in a finally.
msg4409 (view) Author: Jim Baker (zyasoft) Date: 2009-04-02.02:33:21
Fixed by r6148
History
Date User Action Args
2009-04-02 02:33:21zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg4409
2009-03-22 04:15:16zyasoftcreate