PyUtils: replace memoize by functools.cache
Python 3.9 brings the `cache` decorator, which is equivalent to our own `memoize`. Replace the latter in all remaining places and use `cache` instead. Also delete unused `mp_forking` and "async" decorators. The latter can be achieved via the `concurrent.futures` module.
Showing
- Control/AthenaMonitoring/python/BadLBFilterTool.py 4 additions, 5 deletionsControl/AthenaMonitoring/python/BadLBFilterTool.py
- Control/AthenaMonitoring/python/BadLBFilterToolConfig.py 1 addition, 2 deletionsControl/AthenaMonitoring/python/BadLBFilterToolConfig.py
- Control/AthenaMonitoring/python/EventFlagFilterTool.py 3 additions, 3 deletionsControl/AthenaMonitoring/python/EventFlagFilterTool.py
- Control/AthenaPython/python/Bindings.py 23 additions, 26 deletionsControl/AthenaPython/python/Bindings.py
- Control/PerformanceMonitoring/PerfMonComps/python/PyPerfMon.py 6 additions, 9 deletions...ol/PerformanceMonitoring/PerfMonComps/python/PyPerfMon.py
- Database/CoolRunQuery/python/AtlRunQueryInterpretDataPeriods.py 4 additions, 6 deletions...se/CoolRunQuery/python/AtlRunQueryInterpretDataPeriods.py
- HLT/Trigger/TrigControl/TrigCommon/python/AthHLT.py 5 additions, 4 deletionsHLT/Trigger/TrigControl/TrigCommon/python/AthHLT.py
- Tools/PyUtils/python/Decorators.py 6 additions, 144 deletionsTools/PyUtils/python/Decorators.py
- Tools/PyUtils/python/RootUtils.py 3 additions, 6 deletionsTools/PyUtils/python/RootUtils.py
- Tools/PyUtils/python/scripts/diff_root_files.py 2 additions, 2 deletionsTools/PyUtils/python/scripts/diff_root_files.py
- Trigger/TrigConfiguration/TrigConfMuctpi/python/XMLReader.py 2 additions, 2 deletionsTrigger/TrigConfiguration/TrigConfMuctpi/python/XMLReader.py
- Trigger/TrigTools/TrigByteStreamTools/bin/trigbs_dumpHLTContentInBS.py 3 additions, 5 deletions...ools/TrigByteStreamTools/bin/trigbs_dumpHLTContentInBS.py
Loading
Please register or sign in to comment