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 vstinner
Recipients db3l, vstinner
Date 2010-11-08.01:57:22
SpamBayes Score 0.0017271419
Marked as misclassified No
Message-id <1289181459.49.0.601327253766.issue10348@psf.upfronthosting.co.za>
In-reply-to
Content
Support POSIX semaphore on FreeBSD is recent, optional (eg. disabled by default in FreeBSD 7) and limited (30 semaphores). SYSV should be used instead because they are less limited or more adjustable (at runtime: POSIX semaphore requires to recompile the kernel!).

This issue should fix test_concurrent_futures on FreeBSD 7.2 and 8.0: many tests use more than 30 semaphores. The maximum is test_all_completed_some_already_completed: 52 semaphores.
History
Date User Action Args
2010-11-08 01:57:39vstinnersetrecipients: + vstinner, db3l
2010-11-08 01:57:39vstinnersetmessageid: <1289181459.49.0.601327253766.issue10348@psf.upfronthosting.co.za>
2010-11-08 01:57:23vstinnerlinkissue10348 messages
2010-11-08 01:57:22vstinnercreate