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 e0eb8e9 commit 648ee4eCopy full SHA for 648ee4e
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/ImpModuleBuiltins.java
@@ -357,6 +357,7 @@ private PythonModule getBuiltinModule(String name) {
357
@GenerateNodeFactory
358
public abstract static class ExecBuiltin extends PythonBuiltinNode {
359
@Specialization
360
+ @TruffleBoundary
361
public Object exec(PythonModule pythonModule) {
362
final Python3Core core = getCore();
363
if (!ImageInfo.inImageBuildtimeCode()) {
0 commit comments