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.