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 7b4dfeb commit 4754da1Copy full SHA for 4754da1
graalpython/lib-python/3/test/test_import/__init__.py
@@ -1267,6 +1267,7 @@ def exec_module(*args):
1267
else:
1268
importlib.SourceLoader.exec_module = old_exec_module
1269
1270
+ @impl_detail("[GR-27024] [GR-23324] posix NFI support", graalvm=False)
1271
@unittest.skipUnless(TESTFN_UNENCODABLE, 'need TESTFN_UNENCODABLE')
1272
def test_unencodable_filename(self):
1273
# Issue #11619: The Python parser and the import machinery must not
0 commit comments