Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Some test_importlib cases for extension modules are failing when Python is compiled with dynamic extension support but_testcapi or_testmultiphase are builtin modules:
======================================================================FAIL: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module)----------------------------------------------------------------------Traceback (most recent call last): File "/python-wasm/cpython/Lib/test/test_importlib/extension/test_finder.py", line 25, in test_module self.assertTrue(self.find_spec(util.EXTENSIONS.name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError: None is not trueThe tests should be skipped if the module name is insys.builtin_module_names.