[issue19523] logging.FileHandler - using of delay argument case handler leaks

2013-11-07 Thread DDGG
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

[issue19523] logging.FileHandler - using of delay argument case handle leaks

2013-11-07 Thread DDGG
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

[issue19523] logging.FileHandler - using of delay argument case handle leaks

2013-11-07 Thread DDGG
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