mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
issue 10527: fix missing import
This commit is contained in:
parent
895cc22b8b
commit
049a378cd7
2 changed files with 2 additions and 4 deletions
|
@ -41,6 +41,7 @@ import errno
|
|||
import time
|
||||
import tempfile
|
||||
import itertools
|
||||
import select
|
||||
|
||||
import _multiprocessing
|
||||
from multiprocessing import current_process, AuthenticationError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue