MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / ~PyAcquireLock

Method ~PyAcquireLock

src/python/PyImath/PyImathUtil.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20PyAcquireLock::~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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected