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 9ef508e commit 931a577Copy full SHA for 931a577
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PosixModuleBuiltins.java
@@ -1049,8 +1049,8 @@ static class PipePump extends Thread {
1049
private final InputStream in;
1050
private final OutputStream out;
1051
private final byte[] buffer;
1052
- private boolean finish;
1053
- private boolean flush;
+ private volatile boolean finish;
+ private volatile boolean flush;
1054
1055
public PipePump(InputStream in, OutputStream out) {
1056
this.in = in;
0 commit comments