Issue 39339: ProcessPoolExecutor() Exception in thread QueueManagerThread

Issue39339

Created on 2020-01-15 08:24 by pythonpython, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg360030 - (view) Author: ss (pythonpython) Date: 2020-01-15 08:24
os.cpu_count() is 64, but 61 to 64 raise Exception in thread QueueManagerThread Error: ValueError: need at most 63 handles, got a sequence of length 63.
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83520
2022-01-29 19:57:11iritkatrielsetstatus: open -> closed
superseder: ProcessPoolExecutor(max_workers=64) crashes on Windows
resolution: duplicate
stage: resolved
2020-01-15 08:25:46pythonpythonsettitle: Exception in thread QueueManagerThread -> ProcessPoolExecutor() Exception in thread QueueManagerThread
2020-01-15 08:24:17pythonpythoncreate