diff options
| author | J08nY | 2025-03-27 12:30:39 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-27 12:30:39 +0100 |
| commit | 1e72c45f317103bee20e00e66eff473ade40e33d (patch) | |
| tree | 145c121456717fb68ced31998b2e2d30adeaf63b /pyecsca | |
| parent | 434873c01253552046decf56e36ee7ca68d38418 (diff) | |
| download | pyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.tar.gz pyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.tar.zst pyecsca-1e72c45f317103bee20e00e66eff473ade40e33d.zip | |
Diffstat (limited to 'pyecsca')
| -rw-r--r-- | pyecsca/misc/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/misc/utils.py b/pyecsca/misc/utils.py index eb52614..51cbbba 100644 --- a/pyecsca/misc/utils.py +++ b/pyecsca/misc/utils.py @@ -7,7 +7,7 @@ from typing import List, Any, Generator from pyecsca.misc.cfg import getconfig, TemporaryConfig -from concurrent.futures import ProcessPoolExecutor, as_completed, Future +from loky import ProcessPoolExecutor, as_completed, Future def pexec(s): |
