Skip to content

AthenaPython: Add missing PyGILStateEnsure.

Scott Snyder requested to merge ssnyder/athena:gil.AthenaPython-20240523 into main

Need to be holding the GIL before trying to allocate python objects. Fixes crash seen with python 3.12.

Merge request reports