Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure ThreadPool is closed in setup_helpers
The ParallelCompile setup helper using a ThreadPool to enable its parallelism. It does not properly close the pool when it is done with it. This can lead to a "Exception ignored in: <function Pool.__del__..." message with traceback being printed at shutdown.
- Loading branch information