Skip to content

Commit

Permalink
Add News fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jun 22, 2024
1 parent 0723f49 commit afcc79e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fix a bug in :mod:`logging.config` that would eagerly create an instance of
:class:`multiprocessing.Manager` when configuring a queue_listener with
:class:`logging.handlers.QueueHandler`. This could cause issue in environments where
``multiprocessing.Manager`` does not work. The new implementation will only check for
these types when it has been verified that ``multiprocessing.Manager`` has been used to
create the ``queue`` in the logging configuration in question.

0 comments on commit afcc79e

Please sign in to comment.