This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jsbronder
Recipients jsbronder
Date 2015-07-16.19:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437073399.79.0.290504971433.issue24645@psf.upfronthosting.co.za>
In-reply-to
Content
The Queue backing the QueueHandler is already sufficiently locking for thread-safety.

This isn't a huge issue, but the QueueHandler is a very nice built-in which could be used to work around a deadlock I've encountered several times.  In brief, functions which can cause other threads to log being called from either __repr__() or __str__().
History
Date User Action Args
2015-07-16 19:03:19jsbrondersetrecipients: + jsbronder
2015-07-16 19:03:19jsbrondersetmessageid: <1437073399.79.0.290504971433.issue24645@psf.upfronthosting.co.za>
2015-07-16 19:03:19jsbronderlinkissue24645 messages
2015-07-16 19:03:19jsbrondercreate