Skip to content
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-96684: Silently suppress COM security initialization errors in _wmi module #96690

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

zooba
Copy link
Member

@zooba zooba commented Sep 8, 2022

Such errors indicate that it has already been initialized. We believe that it will typically go on to succeed.
Also updates tests to try and catch threading issues, and to skip the slowest test by default unless the cpu resource is enabled.

@zooba zooba requested a review from a team as a code owner September 8, 2022 18:07
@zooba zooba added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 8, 2022
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @zooba for commit f0f1ede 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Sep 8, 2022
@zooba
Copy link
Member Author

zooba commented Sep 8, 2022

The Windows buildbots are happy enough. Without a reliable repro, it's not obvious what else to do, so we'll have to just merge and see if people still hit it.

@zooba zooba merged commit 95d6330 into python:main Sep 8, 2022
@zooba zooba deleted the gh-96684 branch September 8, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants