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 fd15c2d commit 165b268Copy full SHA for 165b268
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/socket/PSocket.java
@@ -84,6 +84,7 @@ public class PSocket extends PythonBuiltinObject implements Channel {
84
public static final int IPPROTO_TCP = 6;
85
86
@CompilationFinal private static InetSocketAddress EPHEMERAL_ADDRESS;
87
+
88
private static InetSocketAddress getEphemeralAddress() {
89
if (EPHEMERAL_ADDRESS == null) {
90
CompilerDirectives.transferToInterpreterAndInvalidate();
0 commit comments