You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2021-12-23.13:12:46.077>labels= ['3.9']
title='multiprocessing logger deadlocks if used with logging.handlers.QueueHandler'updated_at=<Date2021-12-23.13:12:46.077>user='https://github.com/iamdbychkov'
Hello!
If you use multiprocessing logger with logging.handlers.QueueHandler it will deadlock on first attempt at logging.
First attempt will initialize queue's background thread, which uses multiprocessing logger itself which will result in something what looks like deadlock :)
There are workarounds and I'm not sure if it can be classified as a bug, prehaps a little note in documentation about this behaviour will do?
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: