-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-111615: Fix regression in QueueHandler configuration. #111638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vsajip
commented
Nov 2, 2023
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Python 3.12 breaks backwards compatibility for logging configuration #111615
Buildbot failures seem to be either Python build issues, or unrelated failures in |
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-113507 is a backport of this pull request to the 3.12 branch. |
…nGH-111638) (cherry picked from commit 67655d8) Co-authored-by: Vinay Sajip <[email protected]>
This broke the WASI builds as multiprocessing isn't available. Opened #113692 to track the breakage. https://buildbot.python.org/all/#/builders/1046/builds/3844
|