Skip to content

Commit afcc79e

Browse files
committed
Add News fragment
1 parent 0723f49 commit afcc79e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Fix a bug in :mod:`logging.config` that would eagerly create an instance of
2+
:class:`multiprocessing.Manager` when configuring a queue_listener with
3+
:class:`logging.handlers.QueueHandler`. This could cause issue in environments where
4+
``multiprocessing.Manager`` does not work. The new implementation will only check for
5+
these types when it has been verified that ``multiprocessing.Manager`` has been used to
6+
create the ``queue`` in the logging configuration in question.

0 commit comments

Comments
 (0)