AthenaCommon: python 2 fix
Fix for python 2 compatibility. RecursionError is py3 only. But this is anyway a bad way to check for recursion, so rework this to check for recursion explicitly.
Fix for python 2 compatibility. RecursionError is py3 only. But this is anyway a bad way to check for recursion, so rework this to check for recursion explicitly.