Skip to content

athenaHLT: Fixes for Python3

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

Call PyOS_AfterFork() in the child process. This seems to be required in Python 3. Otherwise the child hangs (ATR-20871).

Also fix an integer division problem in TrigByteStreamTools.

Merge request reports