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 4c6daee commit 2b7262dCopy full SHA for 2b7262d
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java
@@ -668,6 +668,7 @@ public SourceSection getSourceSection() {
668
}
669
670
@Override
671
+ @TruffleBoundary
672
public RuntimeException raiseInvalidSyntax(Node location, String message, Object... arguments) {
673
PBaseException instance;
674
instance = factory().createBaseException(SyntaxError, message, arguments);
0 commit comments