Anatoly <[email protected]> added the comment: I hope I can be a volunteer :) So, I found a source code of multiprocessing.c with multiprocessing_sendfd() and multiprocessing_recvfd(): http://svn.python.org/projects/python/branches/pep- 0384/Modules/_multiprocessing/multiprocessing.c
But I can't find Modules/_multiprocessing/multiprocessing.c on https://bitbucket.org/pypy/pypy/src/ All I found is following: https://bitbucket.org/pypy/pypy/src/ea4433a5cfef/pypy/module/_multiprocessing? at=default What I have to do the next? It likes that I have to convert some way multiprocessing_sendfd and multiprocessing_recvfd from multiprocessing.c to rpython code. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1558> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
