| 18 | } |
| 19 | |
| 20 | PyAcquireLock::~PyAcquireLock() |
| 21 | { |
| 22 | PyGILState_Release(_gstate); |
| 23 | } |
| 24 | |
| 25 | #ifdef PLATFORM_LINUX |
| 26 | // On Windows, this extern is not needed and produces a symbol mismatch at link time. |
nothing calls this directly
no outgoing calls
no test coverage detected