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-118761: Always lazy import warnings in threading #129428

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

hukkin
Copy link
Contributor

@hukkin hukkin commented Jan 29, 2025

threading seems to lazy import warnings in 8 locations, but also has a non-lazy import used in one location, rendering all the lazy imports useless.

This PR makes the one remaining non-lazy import also lazy.

@AA-Turner AA-Turner merged commit 99ed302 into python:main Jan 29, 2025
44 checks passed
@hukkin hukkin deleted the lazy-threading-warnings branch January 29, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants