Skip to content

Commit 6a30693

Browse files
committed
add missing boundary
1 parent cc144ed commit 6a30693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/SREModuleBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ protected List<? extends NodeFactory<? extends PythonBuiltinBaseNode>> getNodeFa
9494
@GenerateNodeFactory
9595
abstract static class BuildRegexEngine extends PythonUnaryBuiltinNode {
9696
@Specialization
97+
@TruffleBoundary
9798
Object run(String code) {
9899
return getContext().getEnv().parse(Source.newBuilder("regex", code, "build-regex-engine").build()).call();
99100
}

0 commit comments

Comments
 (0)