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 5b4a09c commit b4e979aCopy full SHA for b4e979a
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java
@@ -1303,6 +1303,7 @@ public abstract static class BuiltinNode extends PythonUnaryBuiltinNode {
1303
@Child GetItemNode getNameNode = GetItemNode.create();
1304
1305
@Specialization
1306
+ @TruffleBoundary
1307
public Object doIt(PFunction func) {
1308
/*
1309
* (tfel): To be compatible with CPython, builtin module functions must be bound to
0 commit comments