We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0723f49 commit afcc79eCopy full SHA for afcc79e
Misc/NEWS.d/next/Library/2024-06-22-11-59-13.gh-issue-120868.XHJ12L.rst
@@ -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