[Distutils] [issue10] [PATCH] Immediately close all file handles
Philip Jenvey
setuptools at bugs.python.org
Sat May 10 00:13:49 CEST 2008
New submission from Philip Jenvey <pjenvey at underboss.org>:
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
----------
files: close_fp-r60849.diff
messages: 12
nosy: pjenvey
priority: wish
status: unread
title: [PATCH] Immediately close all file handles
Added file: http://bugs.python.org/setuptools/file4/close_fp-r60849.diff
_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue10>
_______________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: close_fp-r60849.diff
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20080509/f7b1a922/attachment.txt>
More information about the Distutils-SIG
mailing list