Skip to content
Snippets Groups Projects
Commit 98723928 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

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.
parent 17476806
No related branches found
No related tags found
Loading
Showing
with 62 additions and 214 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment