Skip to content

Commit daadac4

Browse files
committed
[GR-15823] Compilation failure of GetFileSystemEncodingNodeFactory.
PullRequest: graalpython/519
2 parents 1c5f97c + afe42a3 commit daadac4

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ private PException raiseCallStackDepth() {
400400
@GenerateNodeFactory
401401
public abstract static class GetFileSystemEncodingNode extends PythonBuiltinNode {
402402
@Specialization
403+
@TruffleBoundary
403404
protected String getFileSystemEncoding() {
404405
return System.getProperty("file.encoding");
405406
}

0 commit comments

Comments
 (0)