PyPy无法创建Pool()-Python多处理-Windows 32位

时间:2018-06-19 15:34:18

标签: python-multiprocessing pypy

当我尝试使用多处理标准库创建池时,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()

有什么主意吗?谢谢

0 个答案:

没有答案