Open
Description
Discussed in #20651
In forest algorithms, the preferred parallelization backend is threading
. However, it looks that it is not anymore the most appropriate backend. As discussed here, it might be that the GIL is not explicitly released in some part of the code locking the execution of the thread.
We need to investigate more to solve this issue.
Activity