Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add News fragment
  • Loading branch information
provinzkraut committed Jun 22, 2024
commit afcc79ed4ca34517757a74e16035532c287dbe27
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
Comment thread
provinzkraut marked this conversation as resolved.
Outdated
: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.