[Python-Dev] Multiprocessing on Solaris

Jesse Noller jnoller at gmail.com
Sat Mar 21 01:49:47 CET 2009


Known issue:

http://bugs.python.org/issue3110

I haven't had time to look into it, I was planning on working on many
of the mp bugs during the sprint at pycon.

On Fri, Mar 20, 2009 at 8:18 PM, Christian Heimes <lists at cheimes.de> wrote:
> Hello fellow co-developers!
>
> Today I was in contact with a Python user who tried to compile
> pyprocessing - the ancestor of multiprocessing - on Solaris. It failed
> to run because Solaris is missing two features (HAVE_FD_TRANSFER and
> HAVE_SEM_TIMEDWAIT). Does anybody have a Solaris box at his disposal to
> test the settings? Neither Python 2.6 nor my backup have the correct
> settings for Solaris.
>
> Christian
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/jnoller%40gmail.com
>


More information about the Python-Dev mailing list