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.
2 parents 1c5f97c + afe42a3 commit daadac4Copy full SHA for daadac4
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/SysModuleBuiltins.java
@@ -400,6 +400,7 @@ private PException raiseCallStackDepth() {
400
@GenerateNodeFactory
401
public abstract static class GetFileSystemEncodingNode extends PythonBuiltinNode {
402
@Specialization
403
+ @TruffleBoundary
404
protected String getFileSystemEncoding() {
405
return System.getProperty("file.encoding");
406
}
0 commit comments