Skip to content

Commit 648ee4e

Browse files
committed
add a boundary to imp.exec_builtin
1 parent e0eb8e9 commit 648ee4e

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/ImpModuleBuiltins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ private PythonModule getBuiltinModule(String name) {
357357
@GenerateNodeFactory
358358
public abstract static class ExecBuiltin extends PythonBuiltinNode {
359359
@Specialization
360+
@TruffleBoundary
360361
public Object exec(PythonModule pythonModule) {
361362
final Python3Core core = getCore();
362363
if (!ImageInfo.inImageBuildtimeCode()) {

0 commit comments

Comments
 (0)