Thanks to visit codestin.com Credit goes to github.com
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 0af71aa commit 549d465Copy full SHA for 549d465
1 file changed
Lib/multiprocessing/connection.py
@@ -41,6 +41,7 @@
41
import time
42
import tempfile
43
import itertools
44
+import select
45
46
import _multiprocessing
47
from multiprocessing import current_process, AuthenticationError
0 commit comments