Skip to content

TrigPSC: check if Python interpreter is used before calling BeforeFork

Frank Winklmeier requested to merge fwinkl/athena:psc_pyfork into master

Check if the Python interpreter is actually used before calling PyOS_BeforeFork(). This mirrors what is already done for PyOS_AfterFork().

Fixes ATR-23556.

Merge request reports