GUI Programming with Python: QT Edition
Prev
Next
sipAcquireLock
Name
sipAcquireLock -- Acquire the interpreter lock and restore the Python thread state
Synopsis
void sipAcquireLock
(void);
Description
Calls PyEval_RestoreThread().
Prev
Home
Next
sipReleaseLock
Up
sipCondReleaseLock