mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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 tempfile
|
||||
import itertools
|
||||
import select
|
||||
|
||||
import _multiprocessing
|
||||
from multiprocessing import current_process, AuthenticationError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue