mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
issue 10527: fix missing import
This commit is contained in:
parent
0af71aae2d
commit
549d465fe2
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ import errno
|
||||||
import time
|
import time
|
||||||
import tempfile
|
import tempfile
|
||||||
import itertools
|
import itertools
|
||||||
|
import select
|
||||||
|
|
||||||
import _multiprocessing
|
import _multiprocessing
|
||||||
from multiprocessing import current_process, AuthenticationError
|
from multiprocessing import current_process, AuthenticationError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue