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 0c56fd0 commit 108865dCopy full SHA for 108865d
lldb/test/API/tools/lldb-server/commandline/TestGdbRemoteConnection.py
@@ -75,7 +75,7 @@ def __init__(self):
75
class Pipe(object):
76
def __init__(self, prefix):
77
while True:
78
- self.name = "lldb-" + str(random.randrange(1e10))
+ self.name = "lldb-" + str(random.randrange(int(1e10)))
79
full_name = "\\\\.\\pipe\\" + self.name
80
self._handle = CreateNamedPipe(
81
full_name,
0 commit comments