Output code
@@ -57,11 +57,11 @@
COMPY
-
-
+
+
-
@@ -69,7 +69,7 @@
COMPY
@@ -153,7 +153,7 @@
COMPY
}
try {
- this.python.runPython(`import sys\nprint(sys.version)`);
+ this.python.runPython(`import sys\nsys.setrecursionlimit(100000)\nprint(sys.version)`);
this.python.runPython(this.outputSnippet.getValue());
} catch (e) {
this.terminal += `ERROR: ${e}\n`;