diff --git a/lib/matplotlib/tests/test_font_manager.py b/lib/matplotlib/tests/test_font_manager.py index 1597a3aa9c42..f94fabd3764f 100644 --- a/lib/matplotlib/tests/test_font_manager.py +++ b/lib/matplotlib/tests/test_font_manager.py @@ -198,4 +198,5 @@ def _model_handler(_): def test_fork(): _model_handler(0) # Make sure the font cache is filled. ctx = multiprocessing.get_context("fork") - ctx.Pool(processes=2).map(_model_handler, range(2)) + with ctx.Pool(processes=2) as pool: + pool.map(_model_handler, range(2))
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: