[issue24645] logging.handlers.QueueHandler should not lock when handling a record

Vinay Sajip report at bugs.python.org
Fri Jul 17 01:21:02 CEST 2015


Vinay Sajip added the comment:

I'm not sure I want to make a special case just to support what seems like a somewhat pathological use case (no offence intended).

If you need this, there's no reason you couldn't subclass QueueHandler and override handle(), is there?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24645>
_______________________________________


More information about the Python-bugs-list mailing list