[issue12981] rewrite multiprocessing (senfd|recvfd) in Python

Charles-François Natali report at bugs.python.org
Sun Sep 18 13:05:55 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> "It works fine on Linux, FreeBSD, OS X and Windows, but not on Solaris: see issue #12999."
>
> Oh, thank for testing before committing :) It's hard to debug multiprocessing.

Yes. Especially when you stumble upon a kernel/libc bug 25% of the time...

So, what should I do?
Apply the test catching the multiprocessing.connection ImportError to
test_multiprocessing (which is necessary even with the current C
version)?

And then apply the pure Python version, or wait until the OpenIndiana
case gets fixed?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12981>
_______________________________________


More information about the Python-bugs-list mailing list