0

I'm testing 32bit Pypy 6.0.0(python 3.5.3) in Windows 10.

My old code works pretty well in normal CPython (v3.6.3 64bit), but it shows an error message (Errno 997) when it runs for pypy.

Errors are raised about calling winapi for making Pipe. I guess it is a problem of pypy… but I am not sure.

Anyone who has tried multiprocessing module in pypy and had success, please answer.

Sean
  • 6,873
  • 4
  • 21
  • 46

1 Answers1

0

Opened a bug here: https://bitbucket.org/pypy/pypy/issues/2850/error-when-creating-a-pool-python#comment-46334580

It works with PyPy for Python 2.

For Admin: Sorry but I can't comment because I don't have 50 reputation points

Francesco
  • 523
  • 4
  • 25