Lowell Alleman added the comment:
For anyone who is interested, I did some testing with the
ConcurrentRotatingFileHandler from my ConcurrentLogHandler package (v
0.8.3). I've found that it does not fail when dropped into the
revised-logthred.py script. However, it does spend most of the
Lowell Alleman added the comment:
I must say that Vinay's findings are most interesting. Thanks Vinay
for tracking this down!
Just a thought, but has anybody tried this using the subprocess
module? I've glanced through subprocess.py and it certainly does not
use os.system(). Inste
Lowell Alleman added the comment:
I tested this against a number of different python installs that I
have laying around. Here are the results that I found:
Releases that reproduce this bug:
Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32
Python 2.4.2 (#67, Sep
Lowell Alleman added the comment:
Robert, please provide the Python version and distribution that your are
using. This should do the trick:
import sys
print sys.version
--
Added file: http://bugs.python.org/file14227/unnamed
___
Python tracker
Lowell Alleman added the comment:
I've ran into the same problem before. I've found that due to
differences between the way Unix and Windows handles files (inodes vs
file handles), this problem is more apparent on Windows, but it isn't
handled 100% correctly on Unix systems e