DDGG added the comment:
If you run this script, and then view the Task Manager for this process's
handles, it is growing forever.
handlers -> handles. this leak handle is Handler.lock object, because the
instance was not be garbage-c
Changes by DDGG :
--
title: logging.FileHandler - using of delay argument case handler leaks ->
logging.FileHandler - using of delay argument case handle leaks
___
Python tracker
<http://bugs.python.org/issu
New submission from DDGG:
Issue File: Python26\Lib\logging\__init__.py
class FileHandler(StreamHandler):
"""
A handler class which writes formatted logging records to disk files.
"""
def __init__(self, filename, mode='a', encoding=None