- Nov 12, 2021
-
-
Frank Winklmeier authored
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.
-
- Dec 15, 2020
-
-
amete authored
-
- Jan 06, 2020
-
-
scott snyder authored
- Protect against container changing during iteration.
-
- Dec 25, 2019
-
-
scott snyder authored
- iteritems - has_key - text/binary file formats - string module
-
- Nov 18, 2019
-
-
- Sep 12, 2019
-
-
amete authored
-
- Apr 25, 2019
-
-
scott snyder authored
Initial python3 port. For now, just what's needed for basic athena/configuration jobs. Avoid implicit relative imports.
-
- Feb 07, 2015
-
-
Scott Snyder authored
Release memory in PerfMonSvc::postFinalize, to reduce noise in leak-checking. (PerfMonComps-00-25-07) * Tagging PerfMonComps-00-25-07. * src/PerfMonSvc.cxx (postFinalize): Release memory used by m_ntuple here, to cut down noise in leak-checking. 2015-01-22 Antonio Limosani <antonio.limosani@sydney.edu.au> * Tagging PerfMonComps-00-25-06. * Bug fix. Fitting range for mem-leak estimation adjusted. 2015-01-16 Antonio Limosani <antonio.limosani@sydney.edu.au> * Tagging PerfMonComps-00-25-05. * Changing memleak fit regions from (20 to 50,51+) to (20 to 100,100+) event ranges
-
- Sep 19, 2014
-
-
Scott Raymond Mandry authored
-