Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • scott snyder's avatar
    db3fe20f
    AthenaCommon: Some fixes for athena.py -s · db3fe20f
    scott snyder authored
    The exclusion pattern for AthenaCommon was failing if AthenaCommon
    was built in a local WorkArea.
    
    sys.maxint doesn't exist in py3 --- change to maxsize.
    
    With py3, we get _trace_include called with some internal bootstrap methods.
    We were taking a huge amount of time trying to resolve these with FindFile.
    Just ignore them instead.
    db3fe20f
    History
    AthenaCommon: Some fixes for athena.py -s
    scott snyder authored
    The exclusion pattern for AthenaCommon was failing if AthenaCommon
    was built in a local WorkArea.
    
    sys.maxint doesn't exist in py3 --- change to maxsize.
    
    With py3, we get _trace_include called with some internal bootstrap methods.
    We were taking a huge amount of time trying to resolve these with FindFile.
    Just ignore them instead.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.