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 jvdias
Recipients jvdias
Date 2009-04-09.05:20:06
SpamBayes Score 1.1668185e-08
Marked as misclassified No
Message-id <1239254455.57.0.547868960031.issue5725@psf.upfronthosting.co.za>
In-reply-to
Content
Please could we have an API in the Python Core for PROCESS 
as opposed to THREAD Semaphores , to enable facilities such
as I have done in the attached example "psempy.so" compiled
"C" python module.

ie. I'd like to be able to :
'
import sys.semget sys.semop sys.semctl 
'

Because of being un-able to do this, the attached "psem.*" 
module provides a workaround for my application.
Should I expand this into a Python Add-On or will full
support for SysV PROCESS Semaphores be coming to Python core soon ?
History
Date User Action Args
2009-04-09 05:21:03jvdiassetrecipients: + jvdias
2009-04-09 05:20:56jvdiassetmessageid: <1239254455.57.0.547868960031.issue5725@psf.upfronthosting.co.za>
2009-04-09 05:20:51jvdiaslinkissue5725 messages
2009-04-09 05:20:44jvdiascreate