Skip to content

Commit b4e979a

Browse files
committed
add missing truffle boundary
1 parent 5b4a09c commit b4e979a

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,7 @@ public abstract static class BuiltinNode extends PythonUnaryBuiltinNode {
13031303
@Child GetItemNode getNameNode = GetItemNode.create();
13041304

13051305
@Specialization
1306+
@TruffleBoundary
13061307
public Object doIt(PFunction func) {
13071308
/*
13081309
* (tfel): To be compatible with CPython, builtin module functions must be bound to

0 commit comments

Comments
 (0)