当我尝试使用多处理标准库创建池时,PyPy报告错误。
Python 3.5.3和PyPy 5.10.1:
ImportError: cannot import name 'WAIT_ABANDONED_0'
Python 3.5.3和PyPy 6.0.0:
OSError: [Errno 997] L'evento di I/O sovrapposto è in corso
以下是简单的代码:
from multiprocessing import Pool
foo = Pool()
有什么主意吗?谢谢