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 6f5c3ed commit 66805f8Copy full SHA for 66805f8
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PosixResources.java
@@ -174,7 +174,6 @@ void setNewChannel(OutputStream outputStream) {
174
public PosixResources() {
175
files = Collections.synchronizedSortedMap(new TreeMap<>());
176
filePaths = Collections.synchronizedMap(new HashMap<>());
177
- sockets = Collections.synchronizedList(new ArrayList<>());
178
children = Collections.synchronizedList(new ArrayList<>());
179
String osProperty = System.getProperty("os.name");
180
0 commit comments