8000 gh-118761: Add test_lazy_import for more modules by danielhollas · Pull Request #133057 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118761: Add test_lazy_import for more modules #133057

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

Merged
merged 9 commits into from
May 5, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into test-lazy-import
  • Loading branch information
danielhollas committed May 5, 2025
commit d2244834c707d1591aed2a15a6b7a666f94e3a1b
1 change: 0 additions & 1 deletion Lib/test/test_mimetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from test import support
from test.support import cpython_only, os_helper
from test.support.import_helper import ensure_lazy_imports
from test.support.script_helper import run_python_until_end

try:
import _winapi
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0