mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Submit patch for bug 9144; broken imports due to r81380
This commit is contained in:
parent
2b4eda4b55
commit
2f8c8f47c7
4 changed files with 4 additions and 4 deletions
|
|
@ -173,7 +173,7 @@ if sys.platform != 'win32':
|
|||
|
||||
else:
|
||||
|
||||
from ._multiprocessing import win32
|
||||
from _multiprocessing import win32
|
||||
|
||||
def Pipe(duplex=True):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue