Skip to content

Commit 252a615

Browse files
committed
Fix TimeoutError on Python < 3.11.
1 parent a678e53 commit 252a615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyecsca/misc/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from pyecsca.misc.cfg import getconfig, TemporaryConfig
99

10+
from concurrent.futures import TimeoutError
1011
from loky import ProcessPoolExecutor, as_completed, Future
1112

1213

0 commit comments

Comments
 (0)