New submission from Antoine Pitrou: There is a mistake in _test_multiprocessing.py which means that ThreadPool is untested, the regular Pool is tested instead by the ThreadsMixin. Patch attached.
---------- components: Library (Lib), Tests files: test_threadpool.patch keywords: patch messages: 261474 nosy: jnoller, neologix, pitrou, sbt priority: normal severity: normal stage: patch review status: open title: multiprocessing ThreadPool is untested type: behavior versions: Python 3.5, Python 3.6 Added file: http://bugs.python.org/file42107/test_threadpool.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26523> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com