Name
sipCondAcquireLock -- Acquire the interpreter lock, if not already
acquired, and restore Python thread state
Synopsis
int
sipCondAcquireLock
(void);
Description
Calls PyEval_RestoreThread().
Return Value
Return TRUE if the lock could be aquired, else FALSE.