sipCondReleaseLock

Name

sipCondReleaseLock -- Release the interpreter lock, if previously acquired, and save Python thread state

Synopsis

void sipCondReleaseLock(int relLock);

Description

Calls PyEval_SaveThread().

relLock

Release the interpreter lock, if relLock is true, calling PyEval_SaveThread().