Skip to content

Commit 7aa393e

Browse files
author
Matthias Koeppe
committed
src/sage/doctest/forker.py: Use JobClient(use_cysignals=True)
1 parent b002b63 commit 7aa393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/doctest/forker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ def parallel_dispatch(self):
18071807
try:
18081808
from gnumake_tokenpool import JobClient, NoJobServer
18091809
try:
1810-
job_client = JobClient()
1810+
job_client = JobClient(use_cysignals=True)
18111811
except NoJobServer:
18121812
pass
18131813
except ImportError:

0 commit comments

Comments
 (0)