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 55548b6 commit 5476f46Copy full SHA for 5476f46
graalpython/lib-python/3/test/test_compile.py
@@ -7,7 +7,7 @@
7
import tempfile
8
import types
9
from test import support
10
-from test.support import script_helper, FakePath
+from test.support import script_helper, FakePath, impl_detail
11
12
class TestSpecifics(unittest.TestCase):
13
@@ -421,6 +421,7 @@ def f():
421
self.assertIn("_A__mangled_mod", A.f.__code__.co_varnames)
422
self.assertIn("__package__", A.f.__code__.co_varnames)
423
424
+ @impl_detail("ast module", graalvm=False)
425
def test_compile_ast(self):
426
fname = __file__
427
if fname.lower().endswith('pyc'):
0 commit comments