-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-119819: Update test to skip if _multiprocessing is unavailable. #120067
Conversation
vsajip
commented
Jun 4, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Python 3.12+ breaks backwards compatibility for logging QueueHandler with some Queue classes #119819
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…le. (pythonGH-120067) (cherry picked from commit 109e108) Co-authored-by: Vinay Sajip <[email protected]>
GH-120071 is a backport of this pull request to the 3.12 branch. |
…le. (pythonGH-120067) (cherry picked from commit 109e108) Co-authored-by: Vinay Sajip <[email protected]>
GH-120072 is a backport of this pull request to the 3.13 branch. |
@vsajip: It looks like this PR didn't completely fix the issue. The iOS buildbot has been failing for the last few hours because of some iOS version issue – hopefully @freakboy3742 can fix that when he has a chance. But before that, it was failing for the previous 9 days because a logging test was still trying to use |
@mhsmith That error looks like Xcode has auto-updated itself, but hasn't installed an updated simulator. I've just logged into the machine and completed the install process.
Update 2: There was a notification, but it only notified the first build failure, and I missed that notification. |
Do you know why the previous fix ( |
It does work (although |
OK, but |
Yes, I guess it's possible you might be on a platform where the platform supports subprocesses, but |