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 39e4ba9 commit c06c011Copy full SHA for c06c011
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java
@@ -331,7 +331,7 @@ int getPid() {
331
332
@Builtin(name = "getuid", minNumOfPositionalArgs = 0)
333
@GenerateNodeFactory
334
- public abstract static class GetUidNode extends PythonUnaryBuiltinNode {
+ public abstract static class GetUidNode extends PythonBuiltinNode {
335
@Specialization
336
int getPid() {
337
return getSystemUid();
0 commit comments