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 vinay.sajip
Recipients jacuro, vinay.sajip
Date 2012-06-11.19:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339444234.88.0.132682118644.issue14906@psf.upfronthosting.co.za>
In-reply-to
Content
It could be a number of things which are keeping the file open, e.g.

* Windows indexing the volume for search
* Child process keeping files open (e.g. while copying log files - I can't tell what you're actually copying)

You may need to use a tool like FileMon or PSMon to see what's happening, but I don't see any evidence that it's a logging bug.

Is there a specific logging statement which is being called which leads to the error? There are several in your snippet.
History
Date User Action Args
2012-06-11 19:50:35vinay.sajipsetrecipients: + vinay.sajip, jacuro
2012-06-11 19:50:34vinay.sajipsetmessageid: <1339444234.88.0.132682118644.issue14906@psf.upfronthosting.co.za>
2012-06-11 19:50:34vinay.sajiplinkissue14906 messages
2012-06-11 19:50:33vinay.sajipcreate