mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 01:46:38 +00:00
* This means that if we BlockInvoke a python callback, we don't end up in a deadlock where we're holding the GIL during script execution but also waiting on the renderer running (which is trying to acquire the GIL before calling the callback).