Skip to content

Python: stub out python GIL calls if no thread support

This resolves linking errors when doing static cross-compile builds against python with no thread support.

Merge request reports