Skip to content

StoreGateBindings: Avoid crash on missing thread context.

With python3, PyThreadState_GET will abort if there's no current thread context. This was sometimes causing crashes during finalization. Protect against this for py3.

Merge request reports