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

2013-11-15 Thread Roundup Robot

Roundup Robot added the comment:

New changeset bbb227b96c45 by Vinay Sajip in branch '2.7':
Issue #19523: Closed FileHandler leak which occurred when delay was set.
http://hg.python.org/cpython/rev/bbb227b96c45

New changeset 058810fe1b98 by Vinay Sajip in branch '3.3':
Issue #19523: Closed FileHandler leak which occurred when delay was set.
http://hg.python.org/cpython/rev/058810fe1b98

New changeset a3640822c3e6 by Vinay Sajip in branch 'default':
Closes #19523: Merged fix from 3.3.
http://hg.python.org/cpython/rev/a3640822c3e6

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-11-08 Thread Vinay Sajip

Changes by Vinay Sajip vinay_sa...@yahoo.co.uk:


--
nosy: +vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-11-07 Thread DDGG

Changes by DDGG ddca...@gmail.com:


--
title: logging.FileHandler - using of delay argument case handler leaks - 
logging.FileHandler - using of delay argument case handle leaks

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-collected.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19523
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com