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 603aad9 commit febbc4aCopy full SHA for febbc4a
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java
@@ -351,6 +351,7 @@ public void postInitialize(Python3Core core) {
351
352
if (posixLib.getBackend(posixSupport).toJavaStringUncached().equals("java")) {
353
posix.setAttribute(toTruffleStringUncached("statvfs"), PNone.NO_VALUE);
354
+ posix.setAttribute(toTruffleStringUncached("geteuid"), PNone.NO_VALUE);
355
}
356
357
0 commit comments