We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059c495 commit ab78e6bCopy full SHA for ab78e6b
graalpython/lib-python/3/test/test_modulefinder.py
@@ -332,6 +332,7 @@ def test_syntax_error(self):
332
def test_same_name_as_bad(self):
333
self._do_test(same_name_as_bad_test)
334
335
+ @support.impl_detail("bytecode", graalvm=False)
336
def test_bytecode(self):
337
base_path = os.path.join(TEST_DIR, 'a')
338
source_path = base_path + importlib.machinery.SOURCE_SUFFIXES[0]
0 commit comments