mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix import of SimpleQueue.
This commit is contained in:
parent
b1694cf588
commit
1f2eaa97eb
1 changed files with 2 additions and 1 deletions
|
@ -49,8 +49,9 @@ import atexit
|
|||
import os
|
||||
from concurrent.futures import _base
|
||||
import queue
|
||||
from queue import Full
|
||||
import multiprocessing
|
||||
from multiprocessing.queues import SimpleQueue, Full
|
||||
from multiprocessing import SimpleQueue
|
||||
from multiprocessing.connection import wait
|
||||
import threading
|
||||
import weakref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue