How can I make use of the shmat(), shmdt(), shmctl(), shmget() calls from Python? Are they hidden somewhere in the standa
shmat()
shmdt()
shmctl()
shmget()
If you don't want to use any non-standard Python libraries, perhaps you could wrap the functions you need yourself using ctypes?