This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ProcessPoolExecutor() Exception in thread QueueManagerThread
Type: compile error Stage: resolved
Components: Windows Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: ProcessPoolExecutor(max_workers=64) crashes on Windows
View: 26903
Assigned To: Nosy List: paul.moore, pythonpython, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

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