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 a8fff9e commit cf5da77Copy full SHA for cf5da77
Lib/asyncio/windows_utils.py
@@ -12,6 +12,7 @@
12
import subprocess
13
import tempfile
14
import warnings
15
+import uuid
16
17
18
__all__ = 'pipe', 'Popen', 'PIPE', 'PipeHandle'
0 commit comments