Issue10

Title [PATCH] Immediately close all file handles
Priority wish Status unread
Superseder Nosy List pjenvey
Assigned To Keywords

Created on 2008-05-09.22:13:48 by pjenvey, last changed 2008-05-09.22:13:48 by pjenvey.

Files
File name Uploaded Type Edit Remove
close_fp-r60849.diff pjenvey, 2008-05-09.22:13:47 text/plain
Messages
msg12 (view) Author: pjenvey Date: 2008-05-09.22:13:46
I'm being pessimistic here and ensuring setuptools closes all files immediately 
when done with them, in particular for Python VMs that don't use reference 
counting GC.

Those VMs may not GC/close those files until later, and open file handles are 
particularly bad on Windows (you can't delete a file that's in use).

This is of low priority
History
Date User Action Args
2008-05-09 22:13:48pjenveycreate