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 r.david.murray
Recipients mark.dickinson, r.david.murray
Date 2009-12-13.21:01:04
SpamBayes Score 0.0011026539
Marked as misclassified No
Message-id <1260738066.42.0.684479779583.issue7497@psf.upfronthosting.co.za>
In-reply-to
Content
According to the linux man page, to delete the named semaphore after all
processes are done with it one must call sem_unlink on it.  So an unlink
call should be added to both autoconf tests that use sem_open.
History
Date User Action Args
2009-12-13 21:01:06r.david.murraysetrecipients: + r.david.murray, mark.dickinson
2009-12-13 21:01:06r.david.murraysetmessageid: <1260738066.42.0.684479779583.issue7497@psf.upfronthosting.co.za>
2009-12-13 21:01:05r.david.murraylinkissue7497 messages
2009-12-13 21:01:05r.david.murraycreate