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 cbcfeea commit aab395aCopy full SHA for aab395a
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/socket/PSocket.java
@@ -110,9 +110,7 @@ private static InetSocketAddress getEphemeralAddress() {
110
111
private ServerSocketChannel serverSocket;
112
113
- // TODO this should be true by default, but until we have threads, blocking sockets cause too
114
- // many deadlocks in the tests
115
- private boolean blocking = false;
+ private boolean blocking = true;
116
117
private HashMap<Object, Object> options;
118
0 commit comments