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 cf5da77 commit 345f5e7Copy full SHA for 345f5e7
Lib/asyncio/windows_utils.py
@@ -32,7 +32,7 @@
32
33
def pipe(*, duplex=False, overlapped=(True, True), bufsize=BUFSIZE):
34
"""Like os.pipe() but with overlapped support and using handles not fds."""
35
- address = r'\\.\pipe\python-pipe-{:d}-{:s}'.format(os.getpid(),
+ address = r'\\.\pipe\python-pipe-{:d}-{:s}'.format(os.getpid(),
36
str(uuid.uuid4()))
37
38
if duplex:
0 commit comments