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 asksol, db3l, jnoller, vstinner
Date 2010-12-28.14:01:17
SpamBayes Score 0.054835346
Marked as misclassified No
Message-id <1293544880.74.0.840349332672.issue10348@psf.upfronthosting.co.za>
In-reply-to
Content
Examples of programs using SysV semaphores:

http://firebird.cvs.sourceforge.net/viewvc/firebird/firebird2/src/jrd/isc_sync.cpp?revision=HEAD&view=markup
(Firebird, search "#ifdef USE_SYS5SEMAPHORE" sections)

https://github.com/mono/mono/blob/master/mono/io-layer/shared.c#L501
(Mono)
History
Date User Action Args
2010-12-28 14:01:20vstinnersetrecipients: + vstinner, db3l, jnoller, asksol
2010-12-28 14:01:20vstinnersetmessageid: <1293544880.74.0.840349332672.issue10348@psf.upfronthosting.co.za>
2010-12-28 14:01:17vstinnerlinkissue10348 messages
2010-12-28 14:01:17vstinnercreate