Comment 2 for bug 1199332

Revision history for this message
Dan Callaghan (djc) wrote :

One more patch is needed for this as well. As of Python 2.7, logging.shutdown calls acquire/release around flush and close so ConcurrentLogHandler can end up trying to release the stream lock after it is already closed.

https://bugzilla.redhat.com/show_bug.cgi?id=905286#c3