mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix #9600. Don't use relative imports for _multiprocessing on Windows.
Same fix as #9513 on 3.x.
This commit is contained in:
parent
77cb7ed40e
commit
7c251bbd6e
5 changed files with 6 additions and 4 deletions
|
@ -150,7 +150,7 @@ else:
|
|||
import _subprocess
|
||||
import time
|
||||
|
||||
from ._multiprocessing import win32, Connection, PipeConnection
|
||||
from _multiprocessing import win32, Connection, PipeConnection
|
||||
from .util import Finalize
|
||||
|
||||
#try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue