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 4035bb1 commit adbdad1Copy full SHA for adbdad1
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java
@@ -251,7 +251,8 @@ String cwd() {
251
public abstract static class GetPidNode extends PythonBuiltinNode {
252
@Specialization
253
int getPid() {
254
- // TODO: this needs to be implemented properly at some point (consider managed execution as well)
+ // TODO: this needs to be implemented properly at some point (consider managed execution
255
+ // as well)
256
return getContext().hashCode();
257
}
258
0 commit comments