-
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.
Frank Winklmeier authoredPython 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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.