TrigPSC: Release Python GIL after fork
When using Python-based algorithms (PyAthena, mainly for testing
purposes) in the event loop we need to make sure that we release the
Python Global Interpreter Lock (GIL) after the fork. Otherwise a
deadlock occurs when PyAthenaAlg
tries to acquire the GIL.
Also included a trivial fix to a DEBUG message in TrigServices.