8000 GH-115979: update test_importlib to work under WASI SDK 21 by brettcannon · Pull Request #116754 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-115979: update test_importlib to work under WASI SDK 21 #116754

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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify some code
  • Loading branch information
brettcannon committed Mar 13, 2024
commit 032197bab6b1ba39b551e0d4a5fc31a5f31da7a8
2 changes: 0 additions & 2 deletions Lib/test/test_importlib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
# We don't provide an implementation, so tests will fail.
# But we also don't want to turn off dynamic loading for those that provide
# a working implementation.
EXTENSIONS = None

def _extension_details():
global EXTENSIONS
EXTENSIONS = None
Expand Down
0