Roundup Tracker - Issues

Issue 800715

classification
fix fd leak in imp call
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : calvin, richard
Priority: normal : patch

Created on 2003-09-04 21:37 by calvin, last changed 2003-09-04 21:37 by calvin.

Files
File name Uploaded Description Edit Remove
07_close_imp_filehandle.dpatch calvin, 2003-09-04 21:37
Messages
msg2647 Author: [hidden] (calvin) Date: 2003-09-04 21:37
Features:
- s/file/filename/g because file() is a builtin
function in python 2.3
- close the file descriptor after calling imp.load_module()
msg2648 Author: [hidden] (richard) Date: 2003-09-04 23:46
Logged In: YES 
user_id=6405

Excellently spotted, thanks! 
History
Date User Action Args
2003-09-04 21:37:31calvincreate