Skip to content

Fix segfaults from releasing the GIL in Python 3

Chris Burr requested to merge cburr/gfal2-bindings:fix-py3-gil-issues into DMC-1263

This fixes several segfaults that happen when running with Python 3.9. See https://gitlab.cern.ch/-/snippets/1824 for a small collection of unit tests that I wrote to find these, as well as details on how to reproduce the issues.

Merge request reports