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 strife35
Recipients
Date 2001-08-23.15:00:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=305840

The problem arrises in that this project is running over a 
network, and later I get problems with lockfiles and 
deleting files because although files may appear to 
be "closed" at the python level from the old stdio 
functions like fclose, they are indeed still open at the NT 
level and as a result cant be deleted.  This becomes a real 
problem with OCI files, and other things on NT.  It is not 
a problem on other os's like Solaris, Unix, linux, hpux, 
etc.., it is a WINnt problem
                    Adam
History
Date User Action Args
2007-08-23 13:49:42adminlinkissue210821 messages
2007-08-23 13:49:42admincreate