This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients aimacintyre, brett.cannon, djmdjm, jnoller, ncoghlan
Date 2008-09-29.08:16:01
SpamBayes Score 2.8754237e-09
Marked as misclassified No
Message-id <1222676163.57.0.316156042523.issue3770@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed - Jesse, can you work up a patch that generates a clean import
error when _multiprocessing.SemLock can't be defined (due to
HAVE_SEM_OPEN=0 or a single-threaded build), adds test_multiprocessing
to the expected skips for FreeBSD and OpenBSD, and updates the
multiprocessing docs to note the restriction to systems with a working
sem_open() implementation?

Improving the *BSD and single-threaded build compatibility of the
multiprocessing package will just have to be high on the to-do list for
2.6.1.

This may also be worth mentioning in the release notes - Barry's call on
that one.
History
Date User Action Args
2008-09-29 08:16:03ncoghlansetrecipients: + ncoghlan, brett.cannon, aimacintyre, djmdjm, jnoller
2008-09-29 08:16:03ncoghlansetmessageid: <1222676163.57.0.316156042523.issue3770@psf.upfronthosting.co.za>
2008-09-29 08:16:02ncoghlanlinkissue3770 messages
2008-09-29 08:16:01ncoghlancreate