We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e9e1a commit 7416fb8Copy full SHA for 7416fb8
graalpython/lib-python/3/test/test_fstring.py
@@ -13,7 +13,7 @@
13
import types
14
import decimal
15
import unittest
16
-from test.support import impl_detail
+from test.support import bytecode_dsl_excluded
17
from test.support.os_helper import temp_cwd
18
from test.support.script_helper import assert_python_failure
19
@@ -580,6 +580,7 @@ def test_comments(self):
580
# '()#)'. Make sure that doesn't compile.
581
])
582
583
+ @bytecode_dsl_excluded
584
def test_many_expressions(self):
585
# Create a string with many expressions in it. Note that
586
# because we have a space in here as a literal, we're actually
0 commit comments