mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
7516811315
* 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. Use pool.terminate() instead of context manager for Python 2.7 compatibility * Add note to remove code that supports Python 2 Co-authored-by: Bobby Impollonia <bobby@k13capital.com> |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
_version.py | ||
_version.pyi | ||
commands.py | ||
py.typed | ||
setup_helpers.py | ||
setup_helpers.pyi |