We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53018d5 commit bc5bffbCopy full SHA for bc5bffb
1 file changed
tests/micropython/opt_level.py
@@ -14,5 +14,6 @@
14
exec('assert 0')
15
16
# check that level 3 doesn't store line numbers
17
+# the expected output is that any line is printed as "line 1"
18
micropython.opt_level(3)
19
exec('try:\n xyz\nexcept NameError as er:\n import sys\n sys.print_exception(er)')
0 commit comments