Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

Thanks for the report, but more information from the failing system may be 
needed to find the problem. Although 2.6 does not contain full unit test 
coverage, the default branch does - and I tested there with resource leak 
checking turned on, with no leaks being detected. An eyeball inspection fails 
to show where a leak could be occurring: WatchedFileHandler just makes stat() 
calls and, if appropriate, calls flush/close on the existing stream and open on 
the new one.

Test output:

vinay@eta-jaunty:~/projects/python/default$ ./python Lib/test/regrtest.py -R :: 
test_logging
[1/1] test_logging
beginning 9 repetitions
123456789
.........
1 test OK.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12361>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to